|
|
|
|
@ -37,6 +37,7 @@ import cokr.xit.base.file.ZIP;
|
|
|
|
|
import cokr.xit.base.file.service.FileQuery;
|
|
|
|
|
import cokr.xit.base.file.service.bean.FileBean;
|
|
|
|
|
import cokr.xit.base.user.service.bean.UserBean;
|
|
|
|
|
import cokr.xit.fims.FimsConf;
|
|
|
|
|
import cokr.xit.fims.base.OgdpQuery;
|
|
|
|
|
import cokr.xit.fims.base.service.bean.OgdpBean;
|
|
|
|
|
import cokr.xit.fims.cmmn.CmmnQuery;
|
|
|
|
|
@ -294,7 +295,8 @@ public class NisIndivBean extends AbstractBean {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 차세대 세외수입 연계 서비스 호출 - A01 과태료 대장 단속 정보 등록
|
|
|
|
|
if(1 == 1) { //TODO:별도연계서비스여부
|
|
|
|
|
// 연계서비스 별도 프로세스 여부
|
|
|
|
|
if(ifEmpty(FimsConf.get().getNxrpDemonYn(),() -> "Y").equals("Y")) {
|
|
|
|
|
String sUrl = deptInfo.string("NXRP_LINK_SRVC_URL") + "/intf/lntris/a01/register"; // create
|
|
|
|
|
|
|
|
|
|
ObjectMapper mapper = new ObjectMapper();
|
|
|
|
|
@ -391,7 +393,8 @@ public class NisIndivBean extends AbstractBean {
|
|
|
|
|
a03Rqst.setLinkMngKey(req.getLinkMngKey()); // 연계관리키 시군구코드 + 단속 ID + 년월일시분초
|
|
|
|
|
|
|
|
|
|
// 차세대 세외수입 연계 서비스 호출 - A01 과태료 대장 단속 정보 등록
|
|
|
|
|
if(1 == 1) { //TODO:별도연계서비스여부
|
|
|
|
|
// 연계서비스 별도 프로세스 여부
|
|
|
|
|
if(ifEmpty(FimsConf.get().getNxrpDemonYn(),() -> "Y").equals("Y")) {
|
|
|
|
|
String sUrl = deptInfo.string("NXRP_LINK_SRVC_URL") + "/intf/lntris/a03/info"; // create
|
|
|
|
|
|
|
|
|
|
ObjectMapper mapper = new ObjectMapper();
|
|
|
|
|
|