|
|
@ -146,7 +146,11 @@ public class CrdnCvlcptServiceBean extends AbstractServiceBean implements CrdnCv
|
|
|
|
|
|
|
|
|
|
|
|
strings = new ArrayList<String>();
|
|
|
|
strings = new ArrayList<String>();
|
|
|
|
String cvlcptRrcsPrnmntDt = dataObject.string("CVLCPT_PRCS_PRNMNT_DT");
|
|
|
|
String cvlcptRrcsPrnmntDt = dataObject.string("CVLCPT_PRCS_PRNMNT_DT");
|
|
|
|
|
|
|
|
if(cvlcptRrcsPrnmntDt.length() > 8) {
|
|
|
|
|
|
|
|
cvlcptRrcsPrnmntDt = cvlcptRrcsPrnmntDt.substring(0, 8);
|
|
|
|
|
|
|
|
}
|
|
|
|
cvlcptRrcsPrnmntDt = ymdHypenFormat.format(ymdFormat.parse(cvlcptRrcsPrnmntDt));
|
|
|
|
cvlcptRrcsPrnmntDt = ymdHypenFormat.format(ymdFormat.parse(cvlcptRrcsPrnmntDt));
|
|
|
|
|
|
|
|
|
|
|
|
strings.add(cvlcptRrcsPrnmntDt);
|
|
|
|
strings.add(cvlcptRrcsPrnmntDt);
|
|
|
|
FieldFinder.setClickHereText(baseFormatFile, "처리기한", strings);
|
|
|
|
FieldFinder.setClickHereText(baseFormatFile, "처리기한", strings);
|
|
|
|
|
|
|
|
|
|
|
|