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