|
|
|
@ -216,10 +216,8 @@ public class CrdnCvlcptBean extends AbstractComponent {
|
|
|
|
|
Petition petition = new Petition();
|
|
|
|
|
petition.setInterfaceSeqN(cvlcptInfo.string("CVLCPT_LINK_ID")); //민원연계키
|
|
|
|
|
|
|
|
|
|
petition.setSysGubunC("EC010008"); //시스템 구분 --> ex)EC010008 과태료시스템
|
|
|
|
|
String APLY_NSTT_CD = cvlcptInfo.string("PETI_ANC_CODE_V");
|
|
|
|
|
petition.setAncCodeV(APLY_NSTT_CD); //기관 코드(신청기관코드)
|
|
|
|
|
petition.setPetiAncCodeV(APLY_NSTT_CD); //민원 기관 코드(최초신청기관코드)
|
|
|
|
|
petition.setSysGubunC("EC010008"); //시스템 구분("EC010008")
|
|
|
|
|
petition.setPetiAncCodeV(cvlcptInfo.string("PETI_ANC_CODE_V")); //민원 기관 코드(최초신청기관코드)
|
|
|
|
|
|
|
|
|
|
petition.setPetiGubunC(isSendBack ? "140" : "180"); //민원구분
|
|
|
|
|
petition.setSendYnC(isSendBack? "1" : "2"); // 송신 여부
|
|
|
|
@ -229,20 +227,23 @@ public class CrdnCvlcptBean extends AbstractComponent {
|
|
|
|
|
petition.setPetiTitleV(cvlcptInfo.string("CVLCPT_APLY_TTL_NM")); //민원제목
|
|
|
|
|
petition.setCivilGistV(cvlcptInfo.string("CVLCPT_GIST")); //민원요지
|
|
|
|
|
petition.setCivilAbstractL(cvlcptInfo.string("CVLCPT_PRCS_SUMRY")); //민원 처리 요약
|
|
|
|
|
petition.setPcdDeptV(cvlcptInfo.string("CVLCPT_PRCS_DEPT_CD")); //처리 부서 코드(7자리)
|
|
|
|
|
petition.setAncCodeV(cvlcptInfo.string("CVLCPT_PRCS_NSTT_CD")); //기관 코드
|
|
|
|
|
petition.setPcdDeptV(cvlcptInfo.string("CVLCPT_PRCS_DEPT_CD")); //처리 부서 코드
|
|
|
|
|
petition.setPcdAncCodeV(cvlcptInfo.string("CVLCPT_PRCS_DEPT_CD")); //민원 실 처리 기관 코드
|
|
|
|
|
petition.setPcdDeptNmV(cvlcptInfo.string("CVLCPT_PRCS_DEPT_NM")); //민원 처리 부서명
|
|
|
|
|
petition.setDutyIdV(cvlcptInfo.string("CVLCPT_PRCS_PIC_NM")); //민원 처리 담당자 명
|
|
|
|
|
petition.setPcdEmailV(cvlcptInfo.string("CVLCPT_PRCS_PIC_EMAIL")); //담당자 이메일
|
|
|
|
|
petition.setPcdTelV(cvlcptInfo.string("CVLCPT_PRCS_PIC_TELNO")); //담당자 전화번호
|
|
|
|
|
petition.setPcdRstContL(cvlcptInfo.string("CVLCPT_PRCS_RSLT_CN")); //민원 처리 결과
|
|
|
|
|
petition.setDoRegD(cvlcptInfo.string("CVLCPT_PRCS_CMPTN_DT")); //민원 처리 완료 일자
|
|
|
|
|
petition.setPcdAncCodeV(cvlcptInfo.string("CVLCPT_PRCS_")); //민원 실 처리 기관 코드
|
|
|
|
|
petition.setPcdRstContAttachYnC("N"); //민원 처리 결과 첨부 여부
|
|
|
|
|
|
|
|
|
|
petition.setRegD((new SimpleDateFormat("yyyyMMddHHmmss")).format(new Date())); // 등록 일자
|
|
|
|
|
|
|
|
|
|
petition.setPcdGubunV("");// 처리 구분1?
|
|
|
|
|
petition.setPcdGubun2V("");// 처리 구분2?
|
|
|
|
|
petition.setPcdGubun3V("");//처리 구분3?
|
|
|
|
|
//not use
|
|
|
|
|
petition.setPcdRstContAttachYnC("N"); //민원 처리 결과 첨부 여부
|
|
|
|
|
petition.setPcdGubunV(""); //처리 구분1
|
|
|
|
|
petition.setPcdGubun2V("");//처리 구분2
|
|
|
|
|
petition.setPcdGubun3V("");//처리 구분3
|
|
|
|
|
|
|
|
|
|
//DB --> XML
|
|
|
|
|
petition.setApplyGubunC("N"); //완료구분
|
|
|
|
|