From 9342ed0f13845f9ccb338b57aea3ad4871984462 Mon Sep 17 00:00:00 2001 From: "zhanglei@ap-leasing.com.cn" Date: Fri, 8 Sep 2023 09:20:48 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E9=A3=8E=E6=8E=A7=E4=B8=AD=E5=8F=B0-amp?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=BE=81=E4=BF=A1=E6=9F=A5=E8=AF=A2=E5=8E=9F?= =?UTF-8?q?=E5=9B=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/com/ample/esb/bean/amp/CustomerInfo.java | 23 +++++++++++++++++++ .../esb/service/impl/AmpServiceImpl.java | 6 ++++- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/src/com/ample/esb/bean/amp/CustomerInfo.java b/src/com/ample/esb/bean/amp/CustomerInfo.java index 8eaea33fe..90a94a240 100644 --- a/src/com/ample/esb/bean/amp/CustomerInfo.java +++ b/src/com/ample/esb/bean/amp/CustomerInfo.java @@ -243,6 +243,29 @@ public class CustomerInfo { @XStreamAlias("GUARNUM") private String guarNum; + @XStreamAlias("QUERYREASON") + private String queryReason; + + public void setAgeInYear(Integer ageInYear) { + this.ageInYear = ageInYear; + } + + public void setRepeatedApplicantFlag(Integer repeatedApplicantFlag) { + this.repeatedApplicantFlag = repeatedApplicantFlag; + } + + public void setAgeInMonth(Integer ageInMonth) { + this.ageInMonth = ageInMonth; + } + + public String getQueryReason() { + return queryReason; + } + + public void setQueryReason(String queryReason) { + this.queryReason = queryReason; + } + public String getGuarNum() { return guarNum; } diff --git a/src/com/ample/esb/service/impl/AmpServiceImpl.java b/src/com/ample/esb/service/impl/AmpServiceImpl.java index 1b86dc7cd..5a2b2b2b5 100644 --- a/src/com/ample/esb/service/impl/AmpServiceImpl.java +++ b/src/com/ample/esb/service/impl/AmpServiceImpl.java @@ -496,6 +496,7 @@ public class AmpServiceImpl extends EsbCommon implements AmpService { ci.setIdCardTermEndDate(CardTermEndDate); ci.setOpenBankMobileNo(openBankMobileNo); ci.setNationId(nationId); + ci.setQueryReason("23"); return ci; } public Coborrowers getCoborrowers() throws JBOException { @@ -656,6 +657,8 @@ public class AmpServiceImpl extends EsbCommon implements AmpService { co.setRelationshipCode(relationshipCode); //共借人编号(目前系统只有一个共借人,默认填1) co.setBorrowerId("1"); + //征信查询原因 + co.setQueryReason("23"); return co; } public GuarantorInfo getGuarantorInfo() throws JBOException { @@ -839,7 +842,8 @@ public class AmpServiceImpl extends EsbCommon implements AmpService { gr.setCensusRegAddr(censusRegAddr); //与主借人关系 gr.setRelationshipCode(relationshipCode); - + //征信查询原因 + gr.setQueryReason("23"); return gr; } public ContInfo getContInfo() throws JBOException { From 706edc63b76e8845b376ed183199b7b3309b784f Mon Sep 17 00:00:00 2001 From: "zhanglei@ap-leasing.com.cn" Date: Fri, 8 Sep 2023 09:21:52 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=BD=B1=E5=83=8F=E7=B3=BB=E7=BB=9F-?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BF=A1=E5=AE=A1=E8=B5=84=E6=96=99=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E6=9D=83=E9=99=90=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Project/BusinessApplication/BusinessProjectTempInfo.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/BusinessProjectTempInfo.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/BusinessProjectTempInfo.jsp index c1e19861a..d13557373 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/BusinessProjectTempInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/BusinessProjectTempInfo.jsp @@ -62,7 +62,7 @@ String sButtons[][] = { {"ReadOnly".equals(rightType)?"false":"true","","Button","保存","保存","save()","","","","btn_icon_saveNew",""}, {"true","","Button","资料清单","资料清单","openFileList('1')","","","","btn_icon_saveNew",""}, - {("BusinessApplyFlow".equals(FlowNo)||"BusinessChangeFlow".equals(FlowNo))&&("0020".equals(sPhaseNo)||"0030".equals(sPhaseNo))?"true":"false","","Button","信审资料","信审资料","openFileList('2')","","","","btn_icon_saveNew",""} + {("BusinessApplyFlow".equals(FlowNo)||"BusinessChangeFlow".equals(FlowNo))&&("0030".equals(sPhaseNo)||"0040".equals(sPhaseNo)||"0050".equals(sPhaseNo)||"0060".equals(sPhaseNo)||"0070".equals(sPhaseNo))?"true":"false","","Button","信审资料","信审资料","openFileList('2')","","","","btn_icon_saveNew",""} }; %><%@ include file="/Frame/resources/include/ui/include_info.jspf"%> @@ -215,7 +215,7 @@ function getRequestParamOfCredit(){ let code = 'ECM0002'; - if(("<%=FlowNo%>"=="BusinessApplyFlow"||"<%=FlowNo%>"=="BusinessChangeFlow")&&("<%=sPhaseNo%>"=="0020"||"<%=sPhaseNo%>"=="0030")&&"ReadOnly"!="<%=rightType%>"){ + if(("<%=FlowNo%>"=="BusinessApplyFlow"||"<%=FlowNo%>"=="BusinessChangeFlow")&&("0030"=="<%=sPhaseNo%>" ||"0040"=="<%=sPhaseNo%>"||"0050"=="<%=sPhaseNo%>"||"0060"=="<%=sPhaseNo%>"||"0070"=="<%=sPhaseNo%>")&&"ReadOnly"!="<%=rightType%>"){ code = 'ECM0001'; } let busiNo="<%=projectNo%>";