|
|
|
@ -14,6 +14,7 @@ import cokr.xit.base.file.service.bean.FileBean;
|
|
|
|
|
import cokr.xit.fims.cmmn.hwp.AddUtil;
|
|
|
|
|
import cokr.xit.fims.cmmn.hwp.PrintUtil;
|
|
|
|
|
import cokr.xit.fims.cmmn.service.bean.FactionBean;
|
|
|
|
|
import cokr.xit.fims.cmmn.service.bean.StngBean;
|
|
|
|
|
import cokr.xit.fims.crdn.Crdn;
|
|
|
|
|
import cokr.xit.fims.crdn.CrdnQuery;
|
|
|
|
|
import cokr.xit.fims.crdn.dao.CrdnListMapper;
|
|
|
|
@ -53,6 +54,9 @@ public class Sprt01ServiceBean extends AbstractServiceBean implements Sprt01Serv
|
|
|
|
|
@Resource(name="fileBean")
|
|
|
|
|
protected FileBean fileBean;
|
|
|
|
|
|
|
|
|
|
@Resource(name = "stngBean")
|
|
|
|
|
protected StngBean stngBean;
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
public List<DataObject> getIntegrationDataList(SprtQuery query) {
|
|
|
|
|
return sprt01Bean.getIntegrationDataList(query);
|
|
|
|
@ -110,10 +114,18 @@ public class Sprt01ServiceBean extends AbstractServiceBean implements Sprt01Serv
|
|
|
|
|
//TODO :
|
|
|
|
|
//query.set();
|
|
|
|
|
//dataObjectList = Mapper.selectList(query);
|
|
|
|
|
|
|
|
|
|
DataObject stngInfo = stngBean.getStng("dept");
|
|
|
|
|
Map<String, String> globalVariable = printOption.getGlobalVariable();
|
|
|
|
|
globalVariable.put("dtbnBankNm", stngInfo.string("DTBN_BANK_NM"));
|
|
|
|
|
globalVariable.put("dtbnActno", stngInfo.string("DTBN_ACTNO"));
|
|
|
|
|
printOption.setGlobalVariable(globalVariable);
|
|
|
|
|
|
|
|
|
|
} else if(formatName.equals("reportOnClaims")) {
|
|
|
|
|
//TODO :
|
|
|
|
|
//query.set();
|
|
|
|
|
//dataObjectList = Mapper.selectList(query);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
int totalDataCount = dataObjectList.size();
|
|
|
|
|