민원원본내역 한글파일에 목록번호 표시

main
이범준 1 year ago
parent 3b99a5b380
commit 37a376d3b3

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

Loading…
Cancel
Save