|
|
@ -24,7 +24,7 @@ import cokr.xit.base.docs.xls.CellDef;
|
|
|
|
import cokr.xit.base.docs.xls.Format;
|
|
|
|
import cokr.xit.base.docs.xls.Format;
|
|
|
|
import cokr.xit.base.docs.xls.Style;
|
|
|
|
import cokr.xit.base.docs.xls.Style;
|
|
|
|
import cokr.xit.base.docs.xls.XLSWriter;
|
|
|
|
import cokr.xit.base.docs.xls.XLSWriter;
|
|
|
|
import cokr.xit.base.file.etc.OutsourcingFileWriter;
|
|
|
|
import cokr.xit.base.file.etc.OutsourcingFileMaker;
|
|
|
|
import cokr.xit.base.file.service.FileQuery;
|
|
|
|
import cokr.xit.base.file.service.FileQuery;
|
|
|
|
import cokr.xit.base.file.service.bean.FileBean;
|
|
|
|
import cokr.xit.base.file.service.bean.FileBean;
|
|
|
|
import cokr.xit.base.user.ManagedUser;
|
|
|
|
import cokr.xit.base.user.ManagedUser;
|
|
|
@ -873,9 +873,9 @@ public class Sprt01Controller extends ApplicationController {
|
|
|
|
stngQuery.setSndngSeCd("02");
|
|
|
|
stngQuery.setSndngSeCd("02");
|
|
|
|
List<DataObject> printStngItems = outsourcingStngBean.getArtclStngList(stngQuery);
|
|
|
|
List<DataObject> printStngItems = outsourcingStngBean.getArtclStngList(stngQuery);
|
|
|
|
|
|
|
|
|
|
|
|
OutsourcingFileWriter osWriter = new OutsourcingFileWriter();
|
|
|
|
OutsourcingFileMaker osMaker = new OutsourcingFileMaker();
|
|
|
|
|
|
|
|
|
|
|
|
Map<String, Object> result = osWriter.makeOutsourcingFile("사전통지", printOption, dataObjectList, printStngItems);
|
|
|
|
Map<String, Object> result = osMaker.makeOutsourcingFile("사전통지", printOption, dataObjectList, printStngItems);
|
|
|
|
mav.addAllObjects(result);
|
|
|
|
mav.addAllObjects(result);
|
|
|
|
|
|
|
|
|
|
|
|
return mav;
|
|
|
|
return mav;
|
|
|
@ -1106,9 +1106,9 @@ public class Sprt01Controller extends ApplicationController {
|
|
|
|
stngQuery.setSndngSeCd("03");
|
|
|
|
stngQuery.setSndngSeCd("03");
|
|
|
|
List<DataObject> printStngItems = outsourcingStngBean.getArtclStngList(stngQuery);
|
|
|
|
List<DataObject> printStngItems = outsourcingStngBean.getArtclStngList(stngQuery);
|
|
|
|
|
|
|
|
|
|
|
|
OutsourcingFileWriter osWriter = new OutsourcingFileWriter();
|
|
|
|
OutsourcingFileMaker osMaker = new OutsourcingFileMaker();
|
|
|
|
|
|
|
|
|
|
|
|
Map<String, Object> result = osWriter.makeOutsourcingFile("고지서", printOption, dataObjectList, printStngItems);
|
|
|
|
Map<String, Object> result = osMaker.makeOutsourcingFile("고지서", printOption, dataObjectList, printStngItems);
|
|
|
|
mav.addAllObjects(result);
|
|
|
|
mav.addAllObjects(result);
|
|
|
|
|
|
|
|
|
|
|
|
return mav;
|
|
|
|
return mav;
|
|
|
|