|
|
|
@ -131,19 +131,22 @@ public class Sprt02Controller extends ApplicationController {
|
|
|
|
|
// 단속(TB_CRDN), 납부자(TB_PAYER) 정보
|
|
|
|
|
DataObject crdnPayer = sprt02Service.getCrdnPayerInfo(req);
|
|
|
|
|
|
|
|
|
|
// 단속(TB_CRDN) 대장 조회
|
|
|
|
|
DataObject totalInfo = sprt02Service.getCrdnInfo(req);
|
|
|
|
|
|
|
|
|
|
boolean json = jsonResponse();
|
|
|
|
|
|
|
|
|
|
ModelAndView mav = new ModelAndView(json ? "jsonView" : "fims/sprt/sprt02020-info");
|
|
|
|
|
|
|
|
|
|
return mav
|
|
|
|
|
.addObject("pageName", "sprt02020")
|
|
|
|
|
mav.addObject("pageName", "sprt02020")
|
|
|
|
|
.addObject("pageNameMain", "sprt02010")
|
|
|
|
|
.addObject("totalInfo", json ? totalInfo : toJson(totalInfo)) // 단속 정보
|
|
|
|
|
.addObject("crdnPayer", json ? crdnPayer : toJson(crdnPayer)) // 단속, 납부자 정보
|
|
|
|
|
;
|
|
|
|
|
|
|
|
|
|
// 재조회로 호출되었다면..
|
|
|
|
|
if (req.getCallPurpose().equals("refresh")) {
|
|
|
|
|
DataObject totalInfo = sprt02Service.getCrdnInfo(req); // 단속(TB_CRDN) 대장 조회
|
|
|
|
|
mav.addObject("totalInfo", json ? totalInfo : toJson(totalInfo)); // 단속 정보
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return mav;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**지정하는 단속 ID의 단속 이미지 파일 정보를 반환한다.
|
|
|
|
@ -248,19 +251,22 @@ public class Sprt02Controller extends ApplicationController {
|
|
|
|
|
// 의견 제출(TB_OPNN_SBMSN) 대장 조회
|
|
|
|
|
DataObject opnnSbmsn = excl02Service.getOpnnSbmsnInfo(exclQuery);
|
|
|
|
|
|
|
|
|
|
// 단속(TB_CRDN) 대장 조회
|
|
|
|
|
DataObject totalInfo = sprt02Service.getCrdnInfo(req);
|
|
|
|
|
|
|
|
|
|
boolean json = jsonResponse();
|
|
|
|
|
|
|
|
|
|
ModelAndView mav = new ModelAndView(json ? "jsonView" : "fims/sprt/sprt02030-info");
|
|
|
|
|
|
|
|
|
|
return mav
|
|
|
|
|
.addObject("pageName", "sprt02030")
|
|
|
|
|
mav.addObject("pageName", "sprt02030")
|
|
|
|
|
.addObject("pageNameMain", "sprt02010")
|
|
|
|
|
.addObject("totalInfo", json ? totalInfo : toJson(totalInfo)) // 단속 정보
|
|
|
|
|
.addObject("opnnSbmsn", json ? opnnSbmsn : toJson(opnnSbmsn)) // 의견제출 정보
|
|
|
|
|
;
|
|
|
|
|
|
|
|
|
|
// 재조회로 호출되었다면..
|
|
|
|
|
if (req.getCallPurpose().equals("refresh")) {
|
|
|
|
|
DataObject totalInfo = sprt02Service.getCrdnInfo(req); // 단속(TB_CRDN) 대장 조회
|
|
|
|
|
mav.addObject("totalInfo", json ? totalInfo : toJson(totalInfo)); // 단속 정보
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return mav;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**지정하는 단속 ID의 발송 정보를 반환한다.
|
|
|
|
@ -292,22 +298,25 @@ public class Sprt02Controller extends ApplicationController {
|
|
|
|
|
|
|
|
|
|
List<?> svbtc = sndb01Service.getSvbtcs(sndb01Query);
|
|
|
|
|
|
|
|
|
|
// 단속(TB_CRDN) 대장 조회
|
|
|
|
|
DataObject totalInfo = sprt02Service.getCrdnInfo(req);
|
|
|
|
|
|
|
|
|
|
boolean json = jsonResponse();
|
|
|
|
|
|
|
|
|
|
ModelAndView mav = new ModelAndView(json ? "jsonView" : "fims/sprt/sprt02040-info");
|
|
|
|
|
|
|
|
|
|
return mav
|
|
|
|
|
.addObject("pageName", "sprt02040")
|
|
|
|
|
mav.addObject("pageName", "sprt02040")
|
|
|
|
|
.addObject("pageNameMain", "sprt02010")
|
|
|
|
|
.addObject("infoPrefix", "sndng") // prefix
|
|
|
|
|
.addObject("totalInfo", json ? totalInfo : toJson(totalInfo)) // 단속 정보
|
|
|
|
|
.addObject("sndngDtlList", json ? sndngDtl : toJson(sndngDtl)) // 발송 정보
|
|
|
|
|
.addObject("pageDataName2", "Svbtc") // dataset2
|
|
|
|
|
.addObject("svbtcList", json ? svbtc : toJson(svbtc)) // 공시송달 정보
|
|
|
|
|
;
|
|
|
|
|
|
|
|
|
|
// 재조회로 호출되었다면..
|
|
|
|
|
if (req.getCallPurpose().equals("refresh")) {
|
|
|
|
|
DataObject totalInfo = sprt02Service.getCrdnInfo(req); // 단속(TB_CRDN) 대장 조회
|
|
|
|
|
mav.addObject("totalInfo", json ? totalInfo : toJson(totalInfo)); // 단속 정보
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return mav;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**지정하는 단속 ID의 처리상태이력, 감경, 부과제외 정보를 반환한다.
|
|
|
|
@ -360,17 +369,12 @@ public class Sprt02Controller extends ApplicationController {
|
|
|
|
|
|
|
|
|
|
List<?> crdnPayerHstry = crdnPayerHstryService.getCrdnPayerHstrys(crdnPayerHstryQuery);
|
|
|
|
|
|
|
|
|
|
// 단속(TB_CRDN) 대장 조회
|
|
|
|
|
DataObject totalInfo = sprt02Service.getCrdnInfo(req);
|
|
|
|
|
|
|
|
|
|
boolean json = jsonResponse();
|
|
|
|
|
|
|
|
|
|
ModelAndView mav = new ModelAndView(json ? "jsonView" : "fims/sprt/sprt02050-info");
|
|
|
|
|
|
|
|
|
|
return mav
|
|
|
|
|
.addObject("pageName", "sprt02050")
|
|
|
|
|
mav.addObject("pageName", "sprt02050")
|
|
|
|
|
.addObject("pageNameMain", "sprt02010")
|
|
|
|
|
.addObject("totalInfo", json ? totalInfo : toJson(totalInfo)) // 단속 정보
|
|
|
|
|
.addObject("pageDataName1", "Rduct") // dataset1
|
|
|
|
|
.addObject("rduct", json ? rduct : toJson(rduct)) // 과태료 감경 정보
|
|
|
|
|
.addObject("pageDataName2", "LevyExcl") // dataset2
|
|
|
|
@ -380,6 +384,14 @@ public class Sprt02Controller extends ApplicationController {
|
|
|
|
|
.addObject("pageDataName4", "CrdnPayerHstry") // dataset4
|
|
|
|
|
.addObject("crdnPayerHstryList", json ? crdnPayerHstry : toJson(crdnPayerHstry)) // 단속 납부자 이력
|
|
|
|
|
;
|
|
|
|
|
|
|
|
|
|
// 재조회로 호출되었다면..
|
|
|
|
|
if (req.getCallPurpose().equals("refresh")) {
|
|
|
|
|
DataObject totalInfo = sprt02Service.getCrdnInfo(req); // 단속(TB_CRDN) 대장 조회
|
|
|
|
|
mav.addObject("totalInfo", json ? totalInfo : toJson(totalInfo)); // 단속 정보
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return mav;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**지정하는 단속 ID의 부과, 체납 정보를 반환한다.
|
|
|
|
@ -390,7 +402,6 @@ public class Sprt02Controller extends ApplicationController {
|
|
|
|
|
* }</code></pre>
|
|
|
|
|
*/
|
|
|
|
|
public ModelAndView getLevyNpmntInfo(SprtQuery req) {
|
|
|
|
|
// 감경 조회
|
|
|
|
|
LevyQuery levyQuery = new LevyQuery();
|
|
|
|
|
|
|
|
|
|
if (req.getCallPurpose() == null) {
|
|
|
|
@ -404,19 +415,22 @@ public class Sprt02Controller extends ApplicationController {
|
|
|
|
|
|
|
|
|
|
DataObject levy = levy01Service.getLevyInfo(levyQuery);
|
|
|
|
|
|
|
|
|
|
// 단속(TB_CRDN) 대장 조회
|
|
|
|
|
DataObject totalInfo = sprt02Service.getCrdnInfo(req);
|
|
|
|
|
|
|
|
|
|
boolean json = jsonResponse();
|
|
|
|
|
|
|
|
|
|
ModelAndView mav = new ModelAndView(json ? "jsonView" : "fims/sprt/sprt02060-info");
|
|
|
|
|
|
|
|
|
|
return mav
|
|
|
|
|
.addObject("pageName", "sprt02060")
|
|
|
|
|
mav.addObject("pageName", "sprt02060")
|
|
|
|
|
.addObject("pageNameMain", "sprt02010")
|
|
|
|
|
.addObject("totalInfo", json ? totalInfo : toJson(totalInfo)) // 단속 정보
|
|
|
|
|
.addObject("levy", json ? levy : toJson(levy)) // 부과 정보
|
|
|
|
|
;
|
|
|
|
|
|
|
|
|
|
// 재조회로 호출되었다면..
|
|
|
|
|
if (req.getCallPurpose().equals("refresh")) {
|
|
|
|
|
DataObject totalInfo = sprt02Service.getCrdnInfo(req); // 단속(TB_CRDN) 대장 조회
|
|
|
|
|
mav.addObject("totalInfo", json ? totalInfo : toJson(totalInfo)); // 단속 정보
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return mav;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**지정하는 단속 ID의 수납 정보를 반환한다.
|
|
|
|
@ -440,20 +454,23 @@ public class Sprt02Controller extends ApplicationController {
|
|
|
|
|
|
|
|
|
|
List<DataObject> rcvmt = rcvm01Service.getRcvmts(rcvmQuery);
|
|
|
|
|
|
|
|
|
|
// 단속(TB_CRDN) 대장 조회
|
|
|
|
|
DataObject totalInfo = sprt02Service.getCrdnInfo(req);
|
|
|
|
|
|
|
|
|
|
boolean json = jsonResponse();
|
|
|
|
|
|
|
|
|
|
ModelAndView mav = new ModelAndView(json ? "jsonView" : "fims/sprt/sprt02070-info");
|
|
|
|
|
|
|
|
|
|
return mav
|
|
|
|
|
.addObject("pageName", "sprt02070")
|
|
|
|
|
mav.addObject("pageName", "sprt02070")
|
|
|
|
|
.addObject("pageNameMain", "sprt02010")
|
|
|
|
|
.addObject("totalInfo", json ? totalInfo : toJson(totalInfo)) // 단속 정보
|
|
|
|
|
.addObject("infoPrefix", "rcvmt") // prefix
|
|
|
|
|
.addObject("rcvmt", json ? rcvmt : toJson(rcvmt)) // 수납 정보
|
|
|
|
|
;
|
|
|
|
|
|
|
|
|
|
// 재조회로 호출되었다면..
|
|
|
|
|
if (req.getCallPurpose().equals("refresh")) {
|
|
|
|
|
DataObject totalInfo = sprt02Service.getCrdnInfo(req); // 단속(TB_CRDN) 대장 조회
|
|
|
|
|
mav.addObject("totalInfo", json ? totalInfo : toJson(totalInfo)); // 단속 정보
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return mav;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**지정하는 단속 ID의 민원 상담 내용 정보를 반환한다.
|
|
|
|
@ -464,24 +481,26 @@ public class Sprt02Controller extends ApplicationController {
|
|
|
|
|
* }</code></pre>
|
|
|
|
|
*/
|
|
|
|
|
public ModelAndView getCvlcptDscsnCnInfo(SprtQuery req) {
|
|
|
|
|
if (req.getCallPurpose() == null) {
|
|
|
|
|
req.setCallPurpose("view");
|
|
|
|
|
} else {
|
|
|
|
|
req.setCallPurpose(req.getCallPurpose());
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
|
List<DataObject> cvlcptDscsnCn = sprt04Service.getCvlcptDscsnCns(req);
|
|
|
|
|
|
|
|
|
|
boolean json = jsonResponse();
|
|
|
|
|
|
|
|
|
|
ModelAndView mav = new ModelAndView(json ? "jsonView" : "fims/sprt/sprt02080-info");
|
|
|
|
|
|
|
|
|
|
return mav
|
|
|
|
|
.addObject("pageName", "sprt02080")
|
|
|
|
|
mav.addObject("pageName", "sprt02080")
|
|
|
|
|
.addObject("pageNameMain", "sprt02010")
|
|
|
|
|
.addObject("infoPrefix", "cvlcptDscsnCn") // prefix
|
|
|
|
|
.addObject("cvlcptDscsnCn", json ? cvlcptDscsnCn : toJson(cvlcptDscsnCn)) // 민원상담내용 정보
|
|
|
|
|
;
|
|
|
|
|
|
|
|
|
|
// 재조회로 호출되었다면..
|
|
|
|
|
if (req.getCallPurpose().equals("refresh")) {
|
|
|
|
|
DataObject totalInfo = sprt02Service.getCrdnInfo(req); // 단속(TB_CRDN) 대장 조회
|
|
|
|
|
mav.addObject("totalInfo", json ? totalInfo : toJson(totalInfo)); // 단속 정보
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return mav;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|