|
|
@ -158,8 +158,8 @@ public class Crdn05Controller extends ApplicationController {
|
|
|
|
fileInfoList = new FileInfoFactory().makeFileInfos(null, newFileList);
|
|
|
|
fileInfoList = new FileInfoFactory().makeFileInfos(null, newFileList);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
String doGuidance = ifEmpty(hReq.getParameter("doGuidance"), () -> "");
|
|
|
|
String doWarning = ifEmpty(hReq.getParameter("doWarning"), () -> "");
|
|
|
|
if(doGuidance.equals("on")) {
|
|
|
|
if(doWarning.equals("on")) {
|
|
|
|
crdn.setCrdnSttsCd("83");
|
|
|
|
crdn.setCrdnSttsCd("83");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
Map<String, Object> nonQueryRequest = new HashMap<String, Object>();
|
|
|
|
Map<String, Object> nonQueryRequest = new HashMap<String, Object>();
|
|
|
|