Selaa lähdekoodia

update 优化 !pr723 排除租户全局使用 优化sql脚本

疯狂的狮子Li 1 vuosi sitten
vanhempi
commit
7de4559b4a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      script/sql/ry_workflow.sql

+ 1 - 1
script/sql/ry_workflow.sql

@@ -199,7 +199,7 @@ CREATE TABLE flow_spel (
     PRIMARY KEY (id)
 ) ENGINE = InnoDB COMMENT='流程spel表达式定义表';
 
-INSERT INTO flow_spel VALUES (1, 'spelRuleComponent', 'selectDeptLeaderById', 'initiatorDeptId', '#{@spelRuleComponent.selectDeptLeaderById(#initiatorDeptId)}', '根据部门id获取部门负责人', '0', '0', 103, 1, sysdate(), 1, sysdate(), '000000');
+INSERT INTO flow_spel VALUES (1, 'spelRuleComponent', 'selectDeptLeaderById', 'initiatorDeptId', '#{@spelRuleComponent.selectDeptLeaderById(#initiatorDeptId)}', '根据部门id获取部门负责人', '0', '0', 103, 1, sysdate(), 1, sysdate());
 
 -- ----------------------------
 -- 请假单信息