납부자 업무 - 공통업무로 분류

main
JoJH 12 months ago
parent 546ab36886
commit df6c608744

@ -156,7 +156,7 @@ public class PayerController extends ApplicationController {
* "payerInfo":
* }</pre>
*/
@Task
@Task("CMN")
@RequestMapping(name="납부자 정보 조회", value=METHOD_URL.getCrdnPayerInfo)
public ModelAndView getCrdnPayerInfo(HttpServletRequest hReq, PayerQuery req) {
boolean json = jsonResponse();
@ -183,7 +183,7 @@ public class PayerController extends ApplicationController {
* "saved": true, false
* }</code></pre>
*/
@Task
@Task("CMN")
@RequestMapping(name="단속 납부자 등록", value=METHOD_URL.createCrdnPayer)
public ModelAndView createCrdnPayer(Payer payer) {
boolean saved = false;
@ -208,7 +208,7 @@ public class PayerController extends ApplicationController {
* "payerHstryList": [ ]
* }</code></pre>
*/
@Task
@Task("CMN")
@RequestMapping(name="납부자 변경 이력 조회", value=METHOD_URL.getPayerHistorys)
public ModelAndView getPayerHistorys(PayerQuery req) {
List<?> result = payerService.getPayerHstrys(req);
@ -222,7 +222,7 @@ public class PayerController extends ApplicationController {
* "payerInfo":
* }</pre>
*/
@Task
@Task("CMN")
@RequestMapping(name="납부자, 납부자 주소 정보 조회", value=METHOD_URL.getLastPayerAddressInfo)
public ModelAndView getLastPayerAddressInfo(HttpServletRequest hReq, PayerQuery req) {
ModelAndView mav = new ModelAndView("jsonView");

Loading…
Cancel
Save