上传模板
This commit is contained in:
parent
6716f6da8b
commit
b5aa6e3574
Binary file not shown.
BIN
WebContent/fileTemplate/分润支付明细.xlsx
Normal file
BIN
WebContent/fileTemplate/分润支付明细.xlsx
Normal file
Binary file not shown.
Binary file not shown.
@ -198,7 +198,7 @@ Insert Into SCENARIO_RELATIVE (scenarioid,groupid,modelid) Values ('
|
||||
-- 模板导出配置
|
||||
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('6e9c203900b7498499717de902f21d8d',NULL,'','分润支付报表','分润支付报表.xlsx','splitting.xlsx','excel','create','',NULL,'','','','','','1','','','administrator','8009001','2019/12/20 17:23:56','administrator','8009001','2019/12/23 02:24:14','','');
|
||||
|
||||
insert into `BF_LABLECONFIG` (`ID`, `TAGNUMBER`, `TAGNAME`, `TITLE`, `TAGTYPE`, `VALUETYPE`, `VALUEFIELD`, `VALUEMETHOD`, `THOUSANDSFIELD`, `ISSHOEINDEX`, `REMARK`, `INPUTUSERID`, `INPUTORGID`, `UPDATEUSERID`, `UPDATEORGID`, `INPUTTIME`, `UPDATETIME`, `OPERATORCLASS`) values('d8036651ce644e26832a54fea33ee8fb','94','splitting','·ÖÈóÖ§¸¶','tag_type3','value_type3','distributor_name,contract_no,customername,plan_list,plan_date,rent,corpus,interest,corpus_sp,INTEREST_sp,splitting_money,service_ratio,service_money,pay_date','SELECT \r\ndi.distributor_name,\r\nlci.contract_no,\r\nci.customername,\r\nlrp.plan_list,\r\nlrp.plan_date,\r\nlrp.rent,\r\nlrp.corpus,\r\nlrp.interest,\r\nlrp.corpus_sp,\r\nlrp.INTEREST_sp,\r\n O.splitting_money AS splitting_money,\r\n O.service_ratio AS service_ratio,\r\n O.service_money AS service_money,\r\n O.pay_date AS pay_date \r\nFROM\r\n lc_splitting_pay_temp O \r\n LEFT JOIN LC_RENT_PLAN lrp \r\n ON lrp.id = O.plan_id \r\n LEFT JOIN LB_CONTRACT_INFO lci \r\n ON lci.id = lrp.contract_id \r\n LEFT JOIN DISTRIBUTOR_INFO di \r\n ON di.distributor_no = lci.distributor_id \r\n LEFT JOIN LB_UNION_LESSEE lul \r\n ON lul.contract_id = lci.id \r\n LEFT JOIN CUSTOMER_INFO ci \r\n ON lul.CUSTOMER_ID = ci.customerid \r\n where O.flowunid=:{FLOW_UNID}','','N','','','','','','','','');
|
||||
insert into `BF_LABLECONFIG` (`ID`, `TAGNUMBER`, `TAGNAME`, `TITLE`, `TAGTYPE`, `VALUETYPE`, `VALUEFIELD`, `VALUEMETHOD`, `THOUSANDSFIELD`, `ISSHOEINDEX`, `REMARK`, `INPUTUSERID`, `INPUTORGID`, `UPDATEUSERID`, `UPDATEORGID`, `INPUTTIME`, `UPDATETIME`, `OPERATORCLASS`) values('d8036651ce644e26832a54fea33ee8fb','94','splitting','·ÖÈóÖ§¸¶','tag_type3','value_type3','distributor_name,contract_no,customername,plan_list,plan_date,rent,corpus,interest,corpus_sp,INTEREST_sp,splitting_money,service_money,service_ratio,pay_date','SELECT \r\ndi.distributor_name,\r\nlci.contract_no,\r\nci.customername,\r\nlrp.plan_list,\r\nlrp.plan_date,\r\nlrp.rent,\r\nlrp.corpus,\r\nlrp.interest,\r\nlrp.corpus_sp,\r\nlrp.INTEREST_sp,\r\n O.splitting_money AS splitting_money,\r\n O.service_ratio AS service_ratio,\r\n O.service_money AS service_money,\r\n O.pay_date AS pay_date \r\nFROM\r\n lc_splitting_pay_temp O \r\n LEFT JOIN LC_RENT_PLAN lrp \r\n ON lrp.id = O.plan_id \r\n LEFT JOIN LB_CONTRACT_INFO lci \r\n ON lci.id = lrp.contract_id \r\n LEFT JOIN DISTRIBUTOR_INFO di \r\n ON di.distributor_no = lci.distributor_id \r\n LEFT JOIN LB_UNION_LESSEE lul \r\n ON lul.contract_id = lci.id \r\n LEFT JOIN CUSTOMER_INFO ci \r\n ON lul.CUSTOMER_ID = ci.customerid \r\n where O.flowunid=:{FLOW_UNID}','','N','','','','','','','','');
|
||||
|
||||
|
||||
insert into `bf_templatelable` (`ID`, `LABLEID`, `TEMPLATEID`, `INPUTUSERID`, `INPUTORGID`, `UPDATEUSERID`, `UPDATEORGID`, `INPUTTIME`, `UPDATETIME`) values('4f4c766ccc364edfac7cb54687eb4207','d8036651ce644e26832a54fea33ee8fb','6e9c203900b7498499717de902f21d8d',NULL,NULL,NULL,NULL,NULL,NULL);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user