|
|
@ -473,7 +473,7 @@ public class Sprt01Controller extends ApplicationController {
|
|
|
|
List<DataObject> dataObjectList = crdnListMapper.selectCrackdownList(query);
|
|
|
|
List<DataObject> dataObjectList = crdnListMapper.selectCrackdownList(query);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CrdnList hwpFormat = new CrdnList(printOption, print, dataObjectList);
|
|
|
|
CrdnList hwpFormat = new CrdnList(print, printOption, dataObjectList);
|
|
|
|
HashMap<String, Object> result = hwpFormat.makeFile();
|
|
|
|
HashMap<String, Object> result = hwpFormat.makeFile();
|
|
|
|
|
|
|
|
|
|
|
|
ModelAndView mav = new ModelAndView("downloadView");
|
|
|
|
ModelAndView mav = new ModelAndView("downloadView");
|
|
|
@ -518,7 +518,7 @@ public class Sprt01Controller extends ApplicationController {
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
CrdnConfirm hwpFormat = new CrdnConfirm(printOption, print, dataObjectList);
|
|
|
|
CrdnConfirm hwpFormat = new CrdnConfirm(print, printOption, dataObjectList);
|
|
|
|
HashMap<String, Object> result = hwpFormat.makeFile();
|
|
|
|
HashMap<String, Object> result = hwpFormat.makeFile();
|
|
|
|
|
|
|
|
|
|
|
|
ModelAndView mav = new ModelAndView("downloadView");
|
|
|
|
ModelAndView mav = new ModelAndView("downloadView");
|
|
|
@ -575,7 +575,7 @@ public class Sprt01Controller extends ApplicationController {
|
|
|
|
List<DataObject> dataObjectList = integrationSearchMapper.selectIntegrationDataList(sprtQuery);
|
|
|
|
List<DataObject> dataObjectList = integrationSearchMapper.selectIntegrationDataList(sprtQuery);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
RequestForDelivery hwpFormat = new RequestForDelivery(printOption, print, dataObjectList);
|
|
|
|
RequestForDelivery hwpFormat = new RequestForDelivery(print, printOption, dataObjectList);
|
|
|
|
HashMap<String, Object> result = hwpFormat.makeFile();
|
|
|
|
HashMap<String, Object> result = hwpFormat.makeFile();
|
|
|
|
ModelAndView mav = new ModelAndView("downloadView");
|
|
|
|
ModelAndView mav = new ModelAndView("downloadView");
|
|
|
|
mav.addAllObjects(result);
|
|
|
|
mav.addAllObjects(result);
|
|
|
@ -618,7 +618,7 @@ public class Sprt01Controller extends ApplicationController {
|
|
|
|
List<DataObject> dataObjectList = integrationSearchMapper.selectIntegrationDataList(sprtQuery);
|
|
|
|
List<DataObject> dataObjectList = integrationSearchMapper.selectIntegrationDataList(sprtQuery);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ReportOnClaims hwpFormat = new ReportOnClaims(printOption, print, dataObjectList);
|
|
|
|
ReportOnClaims hwpFormat = new ReportOnClaims(print, printOption, dataObjectList);
|
|
|
|
HashMap<String, Object> result = hwpFormat.makeFile();
|
|
|
|
HashMap<String, Object> result = hwpFormat.makeFile();
|
|
|
|
ModelAndView mav = new ModelAndView("downloadView");
|
|
|
|
ModelAndView mav = new ModelAndView("downloadView");
|
|
|
|
mav.addAllObjects(result);
|
|
|
|
mav.addAllObjects(result);
|
|
|
@ -643,7 +643,7 @@ public class Sprt01Controller extends ApplicationController {
|
|
|
|
sprtQuery.setCrdnIds(crdnIds);
|
|
|
|
sprtQuery.setCrdnIds(crdnIds);
|
|
|
|
List<DataObject> dataObjectList = integrationSearchMapper.selectIntegrationDataList(sprtQuery);
|
|
|
|
List<DataObject> dataObjectList = integrationSearchMapper.selectIntegrationDataList(sprtQuery);
|
|
|
|
|
|
|
|
|
|
|
|
RcvmtConfirm hwpFormat = new RcvmtConfirm(printOption, print, dataObjectList);
|
|
|
|
RcvmtConfirm hwpFormat = new RcvmtConfirm(print, printOption, dataObjectList);
|
|
|
|
HashMap<String, Object> result = hwpFormat.makeFile();
|
|
|
|
HashMap<String, Object> result = hwpFormat.makeFile();
|
|
|
|
ModelAndView mav = new ModelAndView("downloadView");
|
|
|
|
ModelAndView mav = new ModelAndView("downloadView");
|
|
|
|
mav.addAllObjects(result);
|
|
|
|
mav.addAllObjects(result);
|
|
|
|