|
|
@ -150,6 +150,10 @@ public class CrdnCvlcptServiceBean extends AbstractServiceBean implements CrdnCv
|
|
|
|
strings.add(dataObject.string("CVLCPT_RCPT_NO"));
|
|
|
|
strings.add(dataObject.string("CVLCPT_RCPT_NO"));
|
|
|
|
FieldFinder.setClickHereText(baseFormatFile, "접수번호", strings);
|
|
|
|
FieldFinder.setClickHereText(baseFormatFile, "접수번호", strings);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
strings = new ArrayList<String>();
|
|
|
|
|
|
|
|
strings.add(dataObject.string("CVLCPT_LIST_NO"));
|
|
|
|
|
|
|
|
FieldFinder.setClickHereText(baseFormatFile, "목록번호", strings);
|
|
|
|
|
|
|
|
|
|
|
|
strings = new ArrayList<String>();
|
|
|
|
strings = new ArrayList<String>();
|
|
|
|
String cvlcptAplyCn = dataObject.string("CVLCPT_APLY_CN");
|
|
|
|
String cvlcptAplyCn = dataObject.string("CVLCPT_APLY_CN");
|
|
|
|
cvlcptAplyCn = CmmnUtil.escapeHTMLEntity(cvlcptAplyCn);
|
|
|
|
cvlcptAplyCn = CmmnUtil.escapeHTMLEntity(cvlcptAplyCn);
|
|
|
|