修改多主体需求

This commit is contained in:
tangfutang 2020-01-07 09:35:40 +08:00
parent 2214fb4508
commit c879751375
8 changed files with 59 additions and 7 deletions

View File

@ -40,7 +40,11 @@
}else{
product_id=flow.getAttribute("productId").toString();
}
String businesstype = Sqlca.getString("select businesstype from LB_CONTRACT_INFO_TEMP where flowunid = '"+sFlowUnid+"'");
String SUBJECTID = Sqlca.getString("select SUBJECTID from LB_CONTRACT_INFO_TEMP where flowunid='"+sFlowUnid+"'");
String subject = Sqlca.getString("select subject_name from LB_MANY_SUBJECT where id='"+SUBJECTID+"'");
String sPhaseNo=CurPage.getParameter("PhaseNo");//阶段号
String FlowNo=CurPage.getParameter("FlowNo");//流程名称
String NodeNo=CurPage.getParameter("NodeNo");//流程名称
@ -186,13 +190,13 @@
//请选择主题名称
function selectaaaa(){
AsDialog.OpenSelector("SelectAAAA","","dialogWidth=" + parseInt(window.screen.width * 0.4) + "px dialogHeight=" + parseInt(window.screen.height * 0.6) + "px",function(sReturn){
if(!sReturn||sReturn=="_CANCEL_"){
if(!sReturn||sReturn=="_CANCEL_"){
alert(getHtmlMessage('1'));//请选择一条信息!
return;
}
sReturn = sReturn.split("@");//"@"表示了向页面添加数据时的连续性
setItemValue(0,getRow(),"subject_name",sReturn[0]);//向页面的框中添加数据
},"请选择主题");
}
sReturn = sReturn.split("@");//"@"表示了向页面添加数据时的连续性
setItemValue(0,getRow(),"subject_name",sReturn[0]);//向页面的框中添加数据
},"请选择主题");
}
</script>
<%/*~END~*/%>

View File

@ -341,6 +341,7 @@
MyOjbect.price=sReturn[2]*10000;
MyOjbect.liter=sReturn[3];
MyOjbect.geartype=sReturn[4];
setItemValue(0,getRow(),"modelId",sReturn[0]);
setItemValue(0,getRow(),"MODEL",sReturn[1]);
setItemValue(0,getRow(),"NOW_TOTAL",MyOjbect.price);
setItemValue(0,getRow(),"DISPLACEMENT",sReturn[3]);

View File

@ -2405,6 +2405,7 @@
<attribute name="BATCH_SN" label="一笔批量交易流水内项数SN" type="STRING"/>
<attribute name="FAILURE_TIME" label="失败时间" type="STRING"/>
<attribute name="FAILURE_REASON" label="失败原因" type="STRING"/>
<attribute name="SUBJECTID" label="主体id" type="STRING"/>
</attributes>
<manager>
<managerProperties>

View File

@ -40,8 +40,10 @@ public class BodyGuardApiInvoker {
try {
String urlString = null;
if("d989246c11c111eaaa0000163e0e11e6".equals(SubjectId)){//Ìì½ò
System.out.println("天津公司调用接口主体id=d989246c11c111eaaa0000163e0e11e6");
urlString = new StringBuilder().append(T_apiUrl).append("?partner_code=").append(T_PARTNER_CODE).append("&partner_key=").append(T_PARTNER_KEY).append("&app_name=").append(T_PARTNER_APP).toString();
}else if("aa740e4111c111eaaa0000163e0e11e6".equals(SubjectId)){
System.out.println("深圳公司调用接口主体id=aa740e4111c111eaaa0000163e0e11e6");
urlString = new StringBuilder().append(apiUrl).append("?partner_code=").append(PARTNER_CODE).append("&partner_key=").append(PARTNER_KEY).append("&app_name=").append(PARTNER_APP).toString();
}else{
return null;

View File

@ -129,4 +129,8 @@ public interface VI_LC_AUDIT_RENT_PLAN{
* ʧ°ÜÔ­Òò STRING(20)<br>
*/
public static final String FAILURE_REASON = "FAILURE_REASON";
/**
* Ö÷Ìåid STRING(20)<br>
*/
public static final String SUBJECTID = "SUBJECTID";
}

View File

@ -1,3 +1,6 @@
-- 修改的视图 VI_PROJECTINFO_BUSINESS vi_product
-- 短信模板修改 合同制作扣款卡签约验证
-- 添加多主体数据字典
Insert Into CODE_CATALOG (codeno,sortno,codetypeone,codetypetwo,codename,codedescribe,codeattribute,inputuser,inputorg,inputtime,updateuser,updatetime,remark) Values ('ManySubject','34500890','基础配置','多主体','多主体','','','SYS_Designer',null,'2019/11/28 17:28:46','SYS_Designer','2019/11/28 17:28:46','');
Insert Into Code_Library (codeno,itemno,itemname,bankno,sortno,isinuse,itemdescribe,itemattribute,relativecode,attribute1,attribute2,attribute3,attribute4,attribute5,attribute6,attribute7,attribute8,inputuser,inputorg,inputtime,updateuser,updatetime,remark,helptext) Values ('ManySubject','aa740e4111c111eaaa0000163e0e11e6','安鹏国际融资租赁(深圳)有限公司','807001002001','0010','1','','','','','','','','','','','','SYS_Designer',null,'2019/11/28 17:31:25','SYS_Designer','2019/12/12 16:11:40','','');
@ -214,6 +217,37 @@ Insert Into awe_do_library (dono,colindex,sortno,isinuse,coltablename,colactualn
insert into `BF_TEMPLATE` (`ID`, `SERIALNO`, `SORTNUMBER`, `TEMPLATENAME`, `TEMPLATESHOWNAME`, `TEMPLATEPATH`, `TEMPLATETYPE`, `OPERATETYPE`, `CALLBACK`, `CREATEMETHOD`, `DOCTYPE`, `ONECLASSIFY`, `TWOCLASSIFY`, `THREECLASSIFY`, `FOURCLASSIFY`, `TEMPLATEVERSION`, `STATUS`, `REMARK`, `INPUTUSERID`, `INPUTORGID`, `INPUTTIME`, `UPDATEUSERID`, `UPDATEORGID`, `UPDATETIME`, `CREATECONDITION`, `CREATESHEETCONDITION`) values('5edc6ce108494e5982c1aa0cc5c117a0',NULL,'','放款通知书','放款通知书.docx','放款通知书及放款到账确认书_天津.docx','word','create','',NULL,'030','030002','','','','1','','天津放款通知书','administrator','8009001','2019/12/31 17:12:03','administrator','8009001','2019/12/31 05:29:48','','');
insert into `bf_templatelable` (`ID`, `LABLEID`, `TEMPLATEID`, `INPUTUSERID`, `INPUTORGID`, `UPDATEUSERID`, `UPDATEORGID`, `INPUTTIME`, `UPDATETIME`) values('4906a3b1041e41caac4116d145dba9ea','79c470d8ea7148d7a5318d17ebfc26fe','5edc6ce108494e5982c1aa0cc5c117a0',NULL,NULL,NULL,NULL,NULL,NULL);
-- 新增本方账号
DELETE FROM awe_do_library WHERE dono='OwnAccount';
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 ('OwnAccount','1000','1000','1','O','id','id','String',NULL,'编号',NULL,'1','Text','1','1',NULL,NULL,NULL,'32','0','0','0','1','1',1,'0',NULL,NULL,'SYS_DESIGNER','2017/03/28 10:41:42','SYS_Designer','2018/11/02 14:26:50','0',NULL,'1',NULL,NULL,NULL,NULL);
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 ('OwnAccount','1010','830','1','O','acc_number','acc_number','String',NULL,'银行账号',NULL,'1','Text','1','1',NULL,NULL,NULL,'32','1','0','1','1','1',1,'0',NULL,NULL,'SYS_DESIGNER','2017/03/28 10:41:42','SYS_Designer','2018/11/02 14:26:50',NULL,NULL,'1',NULL,NULL,NULL,NULL);
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 ('OwnAccount','1020','865','1','lsc','SUBJECTS_CODE','SUBJECTS_CODE','String',NULL,'会计科目',NULL,'1','Text','1','1',NULL,NULL,NULL,'128','1','1','1','1','1',1,'0',NULL,NULL,'SYS_DESIGNER','2017/03/28 10:41:42','administrator','2019/02/03 10:48:54','0',NULL,'1',NULL,NULL,NULL,NULL);
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 ('OwnAccount','1040','1040','1','O','account_purpose','account_purpose','String',NULL,'银行账户用途',NULL,'1','Select','1','1','Code','account_purpose',NULL,'256','1','0','1','1','1',1,'0',NULL,NULL,'SYS_DESIGNER','2017/03/28 10:41:42','SYS_Designer','2018/11/02 14:26:50','0',NULL,'1',NULL,NULL,NULL,NULL);
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 ('OwnAccount','1050','1050','1','O','state_','state_','String',NULL,'状态',NULL,'1','Select','1','1','Code','isuse',NULL,'32','1','0','1','1','1',1,'0',NULL,NULL,'SYS_DESIGNER','2017/03/28 10:41:42','SYS_Designer','2018/11/02 14:26:50','0',NULL,'1',NULL,NULL,NULL,NULL);
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 ('OwnAccount','1060','1060','1','O','create_date','create_date','String',NULL,'创建时间',NULL,'1','Date','3','2',NULL,NULL,NULL,'32','0','0','0','1','1',1,'0',NULL,NULL,'SYS_DESIGNER','2017/03/28 10:41:42','SYS_Designer','2018/11/02 14:26:50','0',NULL,'1',NULL,NULL,NULL,NULL);
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 ('OwnAccount','1070','1070','1','O','modify_date','modify_date','String',NULL,'修改时间',NULL,'1','Date','3','2',NULL,NULL,NULL,'32','0','0','0','1','1',1,'0',NULL,NULL,'SYS_DESIGNER','2017/03/28 10:41:42','SYS_Designer','2018/11/02 14:26:50','0',NULL,'1',NULL,NULL,NULL,NULL);
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 ('OwnAccount','1080','1009','1','O','own_id','own_id','String',NULL,'本方出租人id',NULL,'1','Text','1','1',NULL,NULL,NULL,'32','0','0','0','1','1',1,'0',NULL,NULL,'SYS_DESIGNER','2017/03/28 10:41:42','SYS_Designer','2018/11/02 14:26:50','0',NULL,'1',NULL,NULL,NULL,NULL);
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 ('OwnAccount','1090','1090','1','O','inputtime','inputtime','String',NULL,'登记时间',NULL,'1','Date','3','2',NULL,NULL,NULL,'32','0','0','0','1','1',1,'0',NULL,NULL,'SYS_DESIGNER','2017/03/28 10:41:42','SYS_Designer','2018/11/02 14:26:50','0',NULL,'1',NULL,NULL,NULL,NULL);
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 ('OwnAccount','1100','1100','1','O','updatetime','updatetime','String',NULL,'更新时间',NULL,'1','Date','3','2',NULL,NULL,NULL,'32','0','0','0','1','1',1,'0',NULL,NULL,'SYS_DESIGNER','2017/03/28 10:41:42','SYS_Designer','2018/11/02 14:26:50','0',NULL,'1',NULL,NULL,NULL,NULL);
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 ('OwnAccount','1110','1110','1','O','inputuserid','inputuserid','String',NULL,'登记人',NULL,'1','Text','1','1',NULL,NULL,NULL,'32','0','0','0','1','1',1,'0',NULL,NULL,'SYS_DESIGNER','2017/03/28 10:41:42','SYS_Designer','2018/11/02 14:26:50','0',NULL,'1',NULL,NULL,NULL,NULL);
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 ('OwnAccount','1120','1120','1','O','updateuserid','updateuserid','String',NULL,'更新人',NULL,'1','Text','1','1',NULL,NULL,NULL,'32','0','0','0','1','1',1,'0',NULL,NULL,'SYS_DESIGNER','2017/03/28 10:41:42','SYS_Designer','2018/11/02 14:26:50','0',NULL,'1',NULL,NULL,NULL,NULL);
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 ('OwnAccount','1130','1130','1','O','inputorgid','inputorgid','String',NULL,'登记部门',NULL,'1','Text','1','1',NULL,NULL,NULL,'32','0','0','0','1','1',1,'0',NULL,NULL,'SYS_DESIGNER','2017/03/28 10:41:42','SYS_Designer','2018/11/02 14:26:50','0',NULL,'1',NULL,NULL,NULL,NULL);
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 ('OwnAccount','1140','1140','1','O','updateorgid','updateorgid','String',NULL,'更新部门',NULL,'1','Text','1','1',NULL,NULL,NULL,'32','0','0','0','1','1',1,'0',NULL,NULL,'SYS_DESIGNER','2017/03/28 10:41:42','SYS_Designer','2018/11/02 14:26:50','0',NULL,'1',NULL,NULL,NULL,NULL);
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 ('OwnAccount','1150','1','1','O','acc_name','acc_name','String','','出租人','','1','Text','1','1','','','','32','1','0','1','1','1',1,'0','','','SYS_DESIGNER','2017/03/28 10:41:42','SYS_Designer','2019/12/11 18:12:18','0','','1','','','selectLessor()','');
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 ('OwnAccount','1152','1150','1','O','memo','memo','String',NULL,'备注',NULL,'1','Textarea','1','1',NULL,NULL,'style={width:600px;height:100px;}','1000','1','0','0','1','0',2,NULL,NULL,NULL,'SYS_Designer','2017/08/16 12:32:45','SYS_Designer','2018/11/02 14:26:50','0',NULL,'1',NULL,NULL,NULL,NULL);
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 ('OwnAccount','1155','810','1','O','acc_type','acc_type','String',NULL,'账户类型',NULL,'1','Select','1','1','Code','account_type',NULL,'32','1','0','1','1','0',0,NULL,NULL,NULL,'SYS_Designer','2017/08/16 12:15:30','SYS_Designer','2018/11/02 14:26:50','0',NULL,'1',NULL,NULL,NULL,NULL);
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 ('OwnAccount','1160','840','1','O','acc_number_short','acc_number_short','String',NULL,'账号简称',NULL,'1','Text','1','1',NULL,NULL,NULL,'50','1','0','0','1','0',0,NULL,NULL,NULL,'SYS_Designer','2017/08/16 12:15:30','administrator','2019/02/03 10:48:54',NULL,NULL,'1',NULL,NULL,NULL,NULL);
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 ('OwnAccount','1161','1161','1','O','acc_title','acc_title','String',NULL,'会计科目ID',NULL,'1','Text','1','1',NULL,NULL,NULL,'100','0','1','0','1','0',0,NULL,NULL,NULL,'SYS_Designer','2018/10/17 15:15:26','SYS_Designer','2018/11/02 14:26:50','0',NULL,'1',NULL,NULL,NULL,NULL);
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 ('OwnAccount','1165','815','1','O','account_type','account_type','String',NULL,'银行账号类型',NULL,'1','Select','1','1','Code','account_types',NULL,'32','1','0','1','1','0',0,NULL,NULL,NULL,'SYS_Designer','2018/03/07 17:42:54','SYS_Designer','2018/11/02 14:26:50',NULL,NULL,'1',NULL,NULL,NULL,NULL);
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 ('OwnAccount','1170','850','1','O','money_type','money_type','String',NULL,'币种',NULL,'1','Select','1','1','Code','Currency',NULL,'32','1','0','1','1','0',0,NULL,NULL,NULL,'SYS_Designer','2017/08/16 12:15:30','administrator','2019/02/03 10:48:54','0',NULL,'1',NULL,NULL,NULL,NULL);
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 ('OwnAccount','1172','1172','1','O','acc_bank','acc_bank','String',NULL,'本方银行',NULL,'1','Text','1','1',NULL,NULL,NULL,'128','0','0','0','1','0',0,NULL,NULL,NULL,'SYS_Designer','2018/12/26 15:13:40','SYS_Designer','2018/12/26 15:13:40',NULL,NULL,'1',NULL,NULL,NULL,NULL);
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 ('OwnAccount','1180','860','1','lsc','SUBJECTS_NAME','SUBJECTS_NAME','String',NULL,'银行名称',NULL,'1','Text','1','1',NULL,NULL,NULL,'100','1','1','1','1','0',0,NULL,NULL,NULL,'SYS_Designer','2017/08/16 12:15:30','administrator','2019/02/03 10:48:54','0',NULL,'1',NULL,NULL,'selectLoanSubject()',NULL);
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 ('OwnAccount','1181','855','1','O','branch_title','branch_title','String','','开户分行','','1','Text','1','1','','','','100','1','0','1','1','0',0,NULL,'','',NULL,NULL,'administrator','2019/02/03 10:48:54',NULL,'','1','','','',NULL);
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 ('OwnAccount','1182','880','1','O','branch_code','branch_code','String',NULL,'分行地址',NULL,'1','Select','1','1','Code','DatBbk',NULL,'32','1','0','1','1','0',0,NULL,NULL,NULL,NULL,NULL,'administrator','2019/02/03 10:48:54',NULL,NULL,'1',NULL,NULL,NULL,NULL);
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 ('OwnAccount','1183','875','1','O','FbSdk','FbSdk','String',NULL,'是否为企银直连',NULL,'1','Select','1','1','Code','YesNo',NULL,NULL,'1','0','1','1','0',0,NULL,NULL,NULL,'SYS_Designer','2018/07/21 17:59:12','administrator','2019/02/03 10:48:54',NULL,NULL,'1',NULL,NULL,NULL,NULL);
INSERT INTO AWE_DW_Context (serialno,objecttype,objectno,content) VALUES ('201703281628492851112','OW','OwnAccount','{"ObjectMaps":[],"ExpressionValidations":[{"expression":"ifthen(${stringValue}!=''undefined''&&${stringValue}!='''',CheckPhoneCode(${stringValue}),true)","message":"电话号码错误","name":"电话校验","scope":"client"}]}');
-- 租赁物页面模板添加车型id
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 ('LBEquipmentInfoTemp_Cars','1480','1480','1','O','modelId','modelId','String','','车型ID','','1','Text','1','1','','','','32','0','0','0','1','0',0,'','','','SYS_Designer','2020/01/06 10:40:56','SYS_Designer','2020/01/06 10:40:56','0','','1','','','','');

View File

@ -875,12 +875,14 @@ public class BigDataController {
System.out.println(queryCondition);
Object[] para =null;
if("d989246c11c111eaaa0000163e0e11e6".equals(SubjectId)){
System.out.println("天津公司调用接口主体id=d989246c11c111eaaa0000163e0e11e6");
para = new Object[]{
BigDataPropertiesUtil.get("t_userId"),
BigDataPropertiesUtil.get("t_password"),
queryCondition,
type};
}else if("aa740e4111c111eaaa0000163e0e11e6".equals(SubjectId)){
System.out.println("深圳公司调用接口主体id=aa740e4111c111eaaa0000163e0e11e6");
para = new Object[]{
BigDataPropertiesUtil.get("userId"),
BigDataPropertiesUtil.get("password"),
@ -893,11 +895,13 @@ public class BigDataController {
String result = "";
try{
if("d989246c11c111eaaa0000163e0e11e6".equals(SubjectId)){
System.out.println("天津公司调用接口主体id=d989246c11c111eaaa0000163e0e11e6");
result = PyUtils.requestApi(
BigDataPropertiesUtil.get("t_pengyuanUrl")+BigDataPropertiesUtil.get("t_pengyuanServer"),
BigDataPropertiesUtil.get("t_methodType"),
para);
}else if("aa740e4111c111eaaa0000163e0e11e6".equals(SubjectId)){
System.out.println("深圳公司调用接口主体id=aa740e4111c111eaaa0000163e0e11e6");
result = PyUtils.requestApi(
BigDataPropertiesUtil.get("pengyuanUrl")+BigDataPropertiesUtil.get("pengyuanServer"),
BigDataPropertiesUtil.get("methodType"),

View File

@ -94,9 +94,11 @@ public class OnlineClient {
public static URI getUri(String subjectId) throws URISyntaxException{
URI uri = null;
if("d989246c11c111eaaa0000163e0e11e6".equals(subjectId)){
System.out.println("天津公司调用接口主体id=d989246c11c111eaaa0000163e0e11e6");
uri = URIUtils.createURI(t_url1, t_url2, -1, t_url3,
"partner_code="+t_partner_code+"&partner_key="+t_partner_key+"&app_name="+t_app_name, null);
}else if("aa740e4111c111eaaa0000163e0e11e6".equals(subjectId)){
System.out.println("深圳公司调用接口主体id=aa740e4111c111eaaa0000163e0e11e6");
uri = URIUtils.createURI(url1, url2, -1, url3,
"partner_code="+partner_code+"&partner_key="+partner_key+"&app_name="+app_name, null);
}