|
|
|
|
@ -38,6 +38,9 @@ import cokr.xit.fims.cmmn.service.bean.StngBean;
|
|
|
|
|
import cokr.xit.fims.cmmn.xls.FormatMaker;
|
|
|
|
|
import cokr.xit.fims.cmmn.xls.StyleMaker;
|
|
|
|
|
import cokr.xit.fims.crdn.Crdn;
|
|
|
|
|
import cokr.xit.fims.levy.Levy;
|
|
|
|
|
import cokr.xit.fims.levy.LevyQuery;
|
|
|
|
|
import cokr.xit.fims.levy.service.LevyService;
|
|
|
|
|
import cokr.xit.fims.mngt.service.bean.TaskBean;
|
|
|
|
|
import cokr.xit.fims.mngt.service.bean.TaskProcessor;
|
|
|
|
|
import cokr.xit.fims.sndb.SndbQuery;
|
|
|
|
|
@ -57,11 +60,6 @@ import cokr.xit.foundation.UserInfo;
|
|
|
|
|
import cokr.xit.foundation.data.DataObject;
|
|
|
|
|
import cokr.xit.foundation.data.DataProc;
|
|
|
|
|
|
|
|
|
|
import cokr.xit.fims.levy.LevyQuery;
|
|
|
|
|
import cokr.xit.fims.levy.Levy;
|
|
|
|
|
import cokr.xit.fims.levy.service.LevyService;
|
|
|
|
|
import cokr.xit.fims.levy.service.bean.LevyBean;
|
|
|
|
|
|
|
|
|
|
/**발송대장 서비스의 웹 컨트롤러
|
|
|
|
|
*
|
|
|
|
|
* <p>상세 설명:
|
|
|
|
|
@ -2251,7 +2249,7 @@ public class Sndb01Controller extends ApplicationController {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
for (Levy levy: levys) {
|
|
|
|
|
rtnMsg = sndngDtlService.updatePreNotice((String) levy.getNxrpAcbKey());
|
|
|
|
|
rtnMsg = sndngDtlService.updatePreNotice(levy.getNxrpAcbKey());
|
|
|
|
|
saved = rtnMsg.contains("[S]");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ -2320,4 +2318,11 @@ public class Sndb01Controller extends ApplicationController {
|
|
|
|
|
.addObject("rtnMsg", rtnMsg);
|
|
|
|
|
*/
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@RequestMapping(name="세외수입 과태료 조회(배치)", value="/batch-query.do")
|
|
|
|
|
public ModelAndView updatePrenotices() {
|
|
|
|
|
sndngDtlService.updatePreNotices();
|
|
|
|
|
return new ModelAndView("jsonView")
|
|
|
|
|
.addObject("success", true);
|
|
|
|
|
}
|
|
|
|
|
}
|