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

This commit is contained in:
疯狂的狮子Li 2025-07-06 11:10:18 +08:00
parent fc9c0d7657
commit 7de4559b4a

View File

@ -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());
-- ----------------------------
-- 请假单信息