|
|
|
@ -462,9 +462,6 @@ public class Sprt01Controller extends ApplicationController {
|
|
|
|
|
print.setPrintRequestUserInfo(userInfo);
|
|
|
|
|
hwpWriter.setPrint(print);
|
|
|
|
|
|
|
|
|
|
DataObject sggStngInfo = stngBean.getStng("sgg");
|
|
|
|
|
DataObject deptStngInfo = stngBean.getStng("dept");
|
|
|
|
|
|
|
|
|
|
hwpWriter.setFormat(new CrdnList());
|
|
|
|
|
Map<String,Object> result = hwpWriter.makeFileFromHwpFormat("list", printOption, dataObjectList);
|
|
|
|
|
|
|
|
|
@ -512,9 +509,6 @@ public class Sprt01Controller extends ApplicationController {
|
|
|
|
|
print.setPrintRequestUserInfo(userInfo);
|
|
|
|
|
hwpWriter.setPrint(print);
|
|
|
|
|
|
|
|
|
|
DataObject sggStngInfo = stngBean.getStng("sgg");
|
|
|
|
|
DataObject deptStngInfo = stngBean.getStng("dept");
|
|
|
|
|
|
|
|
|
|
hwpWriter.setFormat(new CrdnConfirm());
|
|
|
|
|
|
|
|
|
|
Map<String,Object> result = hwpWriter.makeFileFromHwpFormat("info", printOption, dataObjectList);
|
|
|
|
@ -655,9 +649,6 @@ public class Sprt01Controller extends ApplicationController {
|
|
|
|
|
print.setPrintRequestUserInfo(userInfo);
|
|
|
|
|
hwpWriter.setPrint(print);
|
|
|
|
|
|
|
|
|
|
DataObject sggStngInfo = stngBean.getStng("sgg");
|
|
|
|
|
DataObject deptStngInfo = stngBean.getStng("dept");
|
|
|
|
|
|
|
|
|
|
hwpWriter.setFormat(new RcvmtConfirm());
|
|
|
|
|
Map<String,Object> result = hwpWriter.makeFileFromHwpFormat("info", printOption, dataObjectList);
|
|
|
|
|
mav.addAllObjects(result);
|
|
|
|
|