diff --git a/WebContent/WEB-INF/etc/jbo/jbo_lease.xml b/WebContent/WEB-INF/etc/jbo/jbo_lease.xml
index 3e0f23f77..e4910b185 100644
--- a/WebContent/WEB-INF/etc/jbo/jbo_lease.xml
+++ b/WebContent/WEB-INF/etc/jbo/jbo_lease.xml
@@ -5372,7 +5372,9 @@
-
+
+
+
@@ -5442,7 +5444,9 @@
-
+
+
+
diff --git a/src_jbo/jbo/com/tenwa/lease/comm/LB_BAIRONG_BEFORELOAN.java b/src_jbo/jbo/com/tenwa/lease/comm/LB_BAIRONG_BEFORELOAN.java
index 73a418223..04a8d2ae3 100644
--- a/src_jbo/jbo/com/tenwa/lease/comm/LB_BAIRONG_BEFORELOAN.java
+++ b/src_jbo/jbo/com/tenwa/lease/comm/LB_BAIRONG_BEFORELOAN.java
@@ -18,6 +18,14 @@ public interface LB_BAIRONG_BEFORELOAN{
*/
public static final String id = "id";
/**
+ * ״̬ STRING(50)
+ */
+ public static final String certid = "certid";
+ /**
+ * ״̬ STRING(50)
+ */
+ public static final String name = "name";
+ /**
* ״̬ STRING(32)
*/
public static final String code_status = "code_status";
diff --git a/src_jbo/jbo/com/tenwa/lease/comm/LB_BAIRONG_VERIFICATION.java b/src_jbo/jbo/com/tenwa/lease/comm/LB_BAIRONG_VERIFICATION.java
index 6350b5bb9..33f506bf0 100644
--- a/src_jbo/jbo/com/tenwa/lease/comm/LB_BAIRONG_VERIFICATION.java
+++ b/src_jbo/jbo/com/tenwa/lease/comm/LB_BAIRONG_VERIFICATION.java
@@ -18,6 +18,14 @@ public interface LB_BAIRONG_VERIFICATION{
*/
public static final String id = "id";
/**
+ * ״̬ STRING(50)
+ */
+ public static final String certid = "certid";
+ /**
+ * ״̬ STRING(50)
+ */
+ public static final String name = "name";
+ /**
* ״̬ STRING(32)
*/
public static final String code_status = "code_status";
diff --git a/src_sql/投产SQL/V20200521/tft_20200521.sql b/src_sql/投产SQL/V20200521/tft_20200521.sql
index 65503e44c..0c5556c88 100644
--- a/src_sql/投产SQL/V20200521/tft_20200521.sql
+++ b/src_sql/投产SQL/V20200521/tft_20200521.sql
@@ -34,6 +34,8 @@ CREATE TABLE lb_Bairong_Login (
-- ǰ¼
CREATE TABLE lb_bairong_beforeloan (
id VARCHAR(32) NOT NULL COMMENT 'Ψһʶ',
+ certid VARCHAR(50) DEFAULT NULL COMMENT '֤',
+ name VARCHAR(50) DEFAULT NULL COMMENT '',
code_status VARCHAR(32) DEFAULT NULL COMMENT '״̬',
swift_number VARCHAR(100) DEFAULT NULL COMMENT 'ˮ ',
status_name VARCHAR(200) DEFAULT NULL COMMENT '״̬',
@@ -56,6 +58,8 @@ CREATE TABLE lb_bairong_beforeloan (
CREATE TABLE lb_bairong_verification (
id VARCHAR(32) NOT NULL COMMENT 'Ψһʶ',
code_status VARCHAR(32) DEFAULT NULL COMMENT '״̬',
+ certid VARCHAR(50) DEFAULT NULL COMMENT '֤',
+ name VARCHAR(50) DEFAULT NULL COMMENT '',
swift_number VARCHAR(100) DEFAULT NULL COMMENT 'ˮ ',
status_name VARCHAR(200) DEFAULT NULL COMMENT '״̬',
log_id VARCHAR(32) DEFAULT NULL COMMENT '־id',
@@ -89,9 +93,9 @@ CREATE TABLE lb_bairong_log (
inputorgid VARCHAR(100) DEFAULT NULL COMMENT 'ǼDz',
inputtime VARCHAR(100) DEFAULT NULL COMMENT 'Ǽʱ',
PRIMARY KEY (ID)
-) ENGINE=InnoDB DEFAULT CHARSET=gbk
+) ENGINE=InnoDB DEFAULT CHARSET=gbk;
-- ҳģ
-Insert Into AWE_DO_CATALOG (dono,doname,dodescribe,dotype,doclass,isinuse,colcount,modeid,jboclass,jbofrom,jbowhere,jbogroup,jboorder,businessprocess,exportflag,inputuser,inputtime,updateuser,updatetime,remark,isvalidate,parent) Values ('BigdataBairongList','б',null,'30',null,'1','1','default','jbo.app.tenwa.customer.VI_LB_IDENTITY_CHECK','O left join jbo.com.tenwa.lease.comm.LB_BAIRONG_BEFORELOAN lbb on lbb.flow_unid=O.flowunid and lbb.code_status=''00'' left join jbo.com.tenwa.lease.comm.LB_BAIRONG_VERIFICATION lbv on lbv.flow_unid=O.flowunid and lbv.code_status=''00''','O.FLOWUNID=:FlowUnid','','','',null,'SYS_Designer','2020/04/30 16:45:39','SYS_Designer','2020/04/30 17:00:21','','1','');
+Insert Into AWE_DO_CATALOG (dono,doname,dodescribe,dotype,doclass,isinuse,colcount,modeid,jboclass,jbofrom,jbowhere,jbogroup,jboorder,businessprocess,exportflag,inputuser,inputtime,updateuser,updatetime,remark,isvalidate,parent) Values ('BigdataBairongList','б',null,'30',null,'1','1','default','jbo.app.tenwa.customer.VI_LB_IDENTITY_CHECK','O left join jbo.com.tenwa.lease.comm.LB_BAIRONG_BEFORELOAN lbb on lbb.flow_unid=O.flowunid and lbb.code_status=''00'' and O.certId=lbb.certid left join jbo.com.tenwa.lease.comm.LB_BAIRONG_VERIFICATION lbv on lbv.flow_unid=O.flowunid and lbv.code_status=''00'' and O.certId=lbv.certid','O.FLOWUNID=:FlowUnid','','','',null,'SYS_Designer','2020/04/30 16:45:39','SYS_Designer','2020/05/11 14:49:25','','1','');
Insert Into awe_do_library (dono,colindex,sortno,isinuse,coltablename,colactualname,colname,coltype,coldefaultvalue,colheader,colunit,colcolumntype,coleditstyle,colcheckformat,colalign,coleditsourcetype,coleditsource,colhtmlstyle,collimit,colvisible,colreadonly,colrequired,colsortable,isfilter,colspan,isautocomplete,groupid,colfilterrefid,inputuser,inputtime,updateuser,updatetime,isaudit,colfilterattrs,isupdate,parentcolindex,tips,colinnerbtevent,colfilteroptions) Values ('BigdataBairongList','1000','1000','1','O','fullName','fullName','String','','','','1','Text','1','1','','','style={width:300px}','20','1','0','0','1','1',1,'0','','','SYS_Designer','2020/04/30 16:45:39','SYS_Designer','2020/04/30 17:00:21','0','','1','','','','');
Insert Into awe_do_library (dono,colindex,sortno,isinuse,coltablename,colactualname,colname,coltype,coldefaultvalue,colheader,colunit,colcolumntype,coleditstyle,colcheckformat,colalign,coleditsourcetype,coleditsource,colhtmlstyle,collimit,colvisible,colreadonly,colrequired,colsortable,isfilter,colspan,isautocomplete,groupid,colfilterrefid,inputuser,inputtime,updateuser,updatetime,isaudit,colfilterattrs,isupdate,parentcolindex,tips,colinnerbtevent,colfilteroptions) Values ('BigdataBairongList','1010','1010','1','O','certId','certId','String','','֤','','1','Text','1','1','','','style={width:300px}','20','1','0','0','1','1',1,'0','','','SYS_Designer','2020/04/30 16:45:39','SYS_Designer','2020/04/30 17:00:21','0','','1','','','','');
Insert Into awe_do_library (dono,colindex,sortno,isinuse,coltablename,colactualname,colname,coltype,coldefaultvalue,colheader,colunit,colcolumntype,coleditstyle,colcheckformat,colalign,coleditsourcetype,coleditsource,colhtmlstyle,collimit,colvisible,colreadonly,colrequired,colsortable,isfilter,colspan,isautocomplete,groupid,colfilterrefid,inputuser,inputtime,updateuser,updatetime,isaudit,colfilterattrs,isupdate,parentcolindex,tips,colinnerbtevent,colfilteroptions) Values ('BigdataBairongList','1020','1020','1','O','relation','relation','String','','','','1','Text','1','1','','','style={width:300px}','20','1','0','0','1','1',1,'0','','','SYS_Designer','2020/04/30 16:45:39','SYS_Designer','2020/04/30 17:00:21','0','','1','','','','');
diff --git a/src_tenwa/com/tenwa/flow/Bigdata/BaiRongVerification.java b/src_tenwa/com/tenwa/flow/Bigdata/BaiRongVerification.java
index a1c757ce9..56f312eab 100644
--- a/src_tenwa/com/tenwa/flow/Bigdata/BaiRongVerification.java
+++ b/src_tenwa/com/tenwa/flow/Bigdata/BaiRongVerification.java
@@ -158,6 +158,8 @@ public class BaiRongVerification {
System.out.println("ز"+res);
}
}
+ bj.setAttributeValue("certid", certid);
+ bj.setAttributeValue("name", name);
bj.setAttributeValue("code_status", code);
bj.setAttributeValue("swift_number", swiftNumber);
bj.setAttributeValue("log_id", logid);