국민신문고 수신 업무통보 url변경

main
이범준 10 months ago
parent cca1ed452f
commit 91ac06e698

@ -14,7 +14,7 @@ import cokr.xit.base.web.ApplicationController;
import cokr.xit.fims.crdn.service.ImportService; import cokr.xit.fims.crdn.service.ImportService;
@Controller("fimsInterface") @Controller("fimsInterface")
@RequestMapping(value = "/interface/smg", name = "국민 신문고 민원") @RequestMapping(value = "/intf/fims/smg", name = "국민 신문고 민원")
public class InterfaceController extends ApplicationController { public class InterfaceController extends ApplicationController {
@Resource(name = "importService") @Resource(name = "importService")
private ImportService importService; private ImportService importService;

@ -24,7 +24,7 @@
"name": "smg-receive", "name": "smg-receive",
"dirCode": "smg", /* <-- dirCodes */ "dirCode": "smg", /* <-- dirCodes */
"infoType": "010", "infoType": "010",
"alert": "http://localhost:8080/interface/smg/petition/receive.do" /* 업무 통보 url */ "alert": "http://localhost:8080/intf/fims/smg/petition/receive.do" /* 업무 통보 url */
}, },
{ /* 국민신문고 전송 */ { /* 국민신문고 전송 */
"name": "smg-send", "name": "smg-send",

@ -24,7 +24,7 @@
"name": "smg-receive", "name": "smg-receive",
"dirCode": "smg", /* <-- dirCodes */ "dirCode": "smg", /* <-- dirCodes */
"infoType": "010", "infoType": "010",
"alert": "http://localhost:8080/interface/smg/petition/receive.do" /* 업무 통보 url */ "alert": "http://localhost:8080/intf/fims/smg/petition/receive.do" /* 업무 통보 url */
}, },
{ /* 국민신문고 전송 */ { /* 국민신문고 전송 */
"name": "smg-send", "name": "smg-send",

@ -24,7 +24,7 @@
"name": "smg-receive", "name": "smg-receive",
"dirCode": "smg", /* <-- dirCodes */ "dirCode": "smg", /* <-- dirCodes */
"infoType": "010", "infoType": "010",
"alert": "http://localhost:8080/interface/smg/petition/receive.do" /* 업무 통보 url */ "alert": "http://localhost:8080/intf/fims/smg/petition/receive.do" /* 업무 통보 url */
}, },
{ /* 국민신문고 전송 */ { /* 국민신문고 전송 */
"name": "smg-send", "name": "smg-send",

@ -24,7 +24,7 @@
"name": "smg-receive", "name": "smg-receive",
"dirCode": "smg", /* <-- dirCodes */ "dirCode": "smg", /* <-- dirCodes */
"infoType": "010", "infoType": "010",
"alert": "http://localhost:8080/interface/smg/petition/receive.do" /* 업무 통보 url */ "alert": "http://localhost:8080/intf/fims/smg/petition/receive.do" /* 업무 통보 url */
}, },
{ /* 국민신문고 전송 */ { /* 국민신문고 전송 */
"name": "smg-send", "name": "smg-send",

@ -24,7 +24,7 @@
"name": "smg-receive", "name": "smg-receive",
"dirCode": "smg", /* <-- dirCodes */ "dirCode": "smg", /* <-- dirCodes */
"infoType": "010", "infoType": "010",
"alert": "http://localhost:8080/interface/smg/petition/receive.do" /* 업무 통보 url */ "alert": "http://localhost:8080/intf/fims/smg/petition/receive.do" /* 업무 통보 url */
}, },
{ /* 국민신문고 전송 */ { /* 국민신문고 전송 */
"name": "smg-send", "name": "smg-send",

@ -24,7 +24,7 @@
"name": "smg-receive", "name": "smg-receive",
"dirCode": "smg", /* <-- dirCodes */ "dirCode": "smg", /* <-- dirCodes */
"infoType": "010", "infoType": "010",
"alert": "http://localhost:8080/interface/smg/petition/receive.do" /* 업무 통보 url */ "alert": "http://localhost:8080/intf/fims/smg/petition/receive.do" /* 업무 통보 url */
}, },
{ /* 국민신문고 전송 */ { /* 국민신문고 전송 */
"name": "smg-send", "name": "smg-send",

@ -24,7 +24,7 @@
"name": "smg-receive", "name": "smg-receive",
"dirCode": "smg", /* <-- dirCodes */ "dirCode": "smg", /* <-- dirCodes */
"infoType": "010", "infoType": "010",
"alert": "http://localhost:8080/interface/smg/petition/receive.do" /* 업무 통보 url */ "alert": "http://localhost:8080/intf/fims/smg/petition/receive.do" /* 업무 통보 url */
}, },
{ /* 국민신문고 전송 */ { /* 국민신문고 전송 */
"name": "smg-send", "name": "smg-send",

@ -28,7 +28,7 @@
<select id="selectBasicAmt" parameterType="cokr.xit.fims.crdn.CrdnQuery" resultType="string"> <select id="selectBasicAmt" parameterType="cokr.xit.fims.crdn.CrdnQuery" resultType="string">
/* 기본금액 조회(globalStngMapper.selectBasicAmt) */ /* 기본금액 조회(globalStngMapper.selectBasicAmt) */
SELECT AMT SELECT AMT
FROM TB_AMT FROM TB_AMT_INFO
WHERE USE_YN = 'Y' WHERE USE_YN = 'Y'
AND TASK_SE_CD = #{taskSeCd} AND TASK_SE_CD = #{taskSeCd}
AND BGNG_YMD <![CDATA[ <= ]]> #{aplcnYmd} AND BGNG_YMD <![CDATA[ <= ]]> #{aplcnYmd}

Loading…
Cancel
Save