瀏覽代碼

修复返利bug

eganwu 1 年之前
父節點
當前提交
bf5390b8a0
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/custom/service/SQL/数据操作日志新增.sql

+ 2 - 2
src/custom/service/SQL/数据操作日志新增.sql

@@ -1,2 +1,2 @@
-insert into sys_contrllog (siteid, sys_contrllogid,ownertable,ownerid,action, remarks,actionuserid,actionby)
-values ($siteid$, $sys_contrllogid$,$ownertable$,$ownerid$, $action$, $remarks$,$actionuserid$, $actionby$);
+insert into sys_contrllog (siteid, sys_contrllogid,ownertable,ownerid,action, remarks,actionuserid,actionby ,actiondate)
+values ($siteid$, $sys_contrllogid$,$ownertable$,$ownerid$, $action$, $remarks$,$actionuserid$, $actionby$,current_time);