Procházet zdrojové kódy

农行流水增加虚拟账号就billdate

hu před 4 měsíci
rodič
revize
45bbdb4c60

+ 2 - 2
src/custom/service/SQL/收入凭证新增.sql

@@ -1,6 +1,6 @@
 insert into sa_cashbill (sa_cashbillid, siteid, createuserid, createby, createdate, changeuserid, changeby, changedate,
                          sys_enterpriseid, sa_accountclassid, type, status, checkby, checkdate, billno, amount,
-                         class, subclass, source, sourcenote, ownertable, ownerid, remarks)
+                         class, subclass, source, sourcenote, ownertable, ownerid, remarks,billdate)
 values ($sa_cashbillid$, $siteid$, $userid$, $username$, CURRENT_TIME, $userid$, $username$, CURRENT_TIME,
         $sys_enterpriseid$, $sa_accountclassid$, 1, '审核', $username$, CURRENT_TIME, $billno$, $amount$,
-        '货款', '回款', '银企直联', '银企直联', 'sa_bankstatement', $ownerid$, $remarks$)
+        '货款', '回款', '银企直联', '银企直联', 'sa_bankstatement', $ownerid$, $remarks$,CURRENT_TIME)

+ 2 - 2
src/custom/service/SQL/收支凭证新增.sql

@@ -1,4 +1,4 @@
 insert into sa_cashbill (siteid, sa_cashbillid, createuserid,createby, createdate, billno,changeuserid,changeby, changedate,checkby,checkdate,
-                         sys_enterpriseid, sa_accountclassid,type,remarks,amount,status,source,sourcenote,ownertable,ownerid,balance,sa_cashbillid_rebate,class,subclass,period,updatek3flag)
+                         sys_enterpriseid, sa_accountclassid,type,remarks,amount,status,source,sourcenote,ownertable,ownerid,balance,sa_cashbillid_rebate,class,subclass,period,updatek3flag,billdate)
 values ($siteid$, $sa_cashbillid$,$userid$,$username$, CURRENT_TIME, $billno$,$userid$, $username$, CURRENT_TIME,$checkby$,$checkdate$,$sys_enterpriseid$,$sa_accountclassid$,$type$,$remarks$,
-        $amount$,$status$,$source$,$sourcenote$,$ownertable$,$ownerid$,$balance$,$sa_cashbillid_rebate$,$class$,$subclass$,current_date,$updatek3flag$);
+        $amount$,$status$,$source$,$sourcenote$,$ownertable$,$ownerid$,$balance$,$sa_cashbillid_rebate$,$class$,$subclass$,current_date,$updatek3flag$,CURRENT_TIME);

+ 2 - 2
src/custom/service/SQL/银企直联流水账新增.sql

@@ -1,6 +1,6 @@
 insert into sa_bankstatement(sa_bankstatementid, siteid, banktype, accname, accno, sys_enterpriseid, tranflow,
                              oppbkname, oppname, oppaccno, amount, trantime, notes, remarks, status, sa_cashbillid,
-                             createdate, changeuserid, changeby, changedate, response)
+                             createdate, changeuserid, changeby, changedate, response,xncardno)
 values ($sa_bankstatementid$, $siteid$, $banktype$, $accname$, $accno$, $sys_enterpriseid$, $tranflow$, $oppbkname$,
         $oppname$, $oppaccno$, $amount$, $trantime$, $notes$, $remarks$, $status$, $sa_cashbillid$, $createdate$, 0,
-        $username$, $createdate$, $response$)
+        $username$, $createdate$, $response$,$xncardno$)