百融接口添加证件号码和姓名

This commit is contained in:
tangfutang 2020-05-11 14:57:50 +08:00
parent add2c6bf4d
commit 3216ffa3c0
5 changed files with 30 additions and 4 deletions

View File

@ -5372,7 +5372,9 @@
</class>
<class name="LB_BAIRONG_BEFORELOAN" label="贷前请求记录" keyAttributes="id">
<attributes>
<attribute name="id" label="唯一标识" type="STRING" length="32"/>
<attribute name="id" label="唯一标识" type="STRING" length="32"/>
<attribute name="certid" label="状态码" type="STRING" length="50"/>
<attribute name="name" label="状态码" type="STRING" length="50"/>
<attribute name="code_status" label="状态码" type="STRING" length="32"/>
<attribute name="swift_number" label="操作流水号 " type="STRING" length="100"/>
<attribute name="status_name" label="状态" type="STRING" length="200"/>
@ -5442,7 +5444,9 @@
</class>
<class name="LB_BAIRONG_VERIFICATION" label="贷前验证请求记录" keyAttributes="id">
<attributes>
<attribute name="id" label="唯一标识" type="STRING" length="32"/>
<attribute name="id" label="唯一标识" type="STRING" length="32"/>
<attribute name="certid" label="状态码" type="STRING" length="50"/>
<attribute name="name" label="状态码" type="STRING" length="50"/>
<attribute name="code_status" label="状态码" type="STRING" length="32"/>
<attribute name="swift_number" label="操作流水号 " type="STRING" length="100"/>
<attribute name="status_name" label="状态" type="STRING" length="200"/>

View File

@ -18,6 +18,14 @@ public interface LB_BAIRONG_BEFORELOAN{
*/
public static final String id = "id";
/**
* ״̬Âë STRING(50)<br>
*/
public static final String certid = "certid";
/**
* ״̬Âë STRING(50)<br>
*/
public static final String name = "name";
/**
* ״̬Âë STRING(32)<br>
*/
public static final String code_status = "code_status";

View File

@ -18,6 +18,14 @@ public interface LB_BAIRONG_VERIFICATION{
*/
public static final String id = "id";
/**
* ״̬Âë STRING(50)<br>
*/
public static final String certid = "certid";
/**
* ״̬Âë STRING(50)<br>
*/
public static final String name = "name";
/**
* ״̬Âë STRING(32)<br>
*/
public static final String code_status = "code_status";

View File

@ -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 '登记部门',
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','','','','');

View File

@ -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);