Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
2
SQL/202510/20251031/bpm_process_instance_ext.sql
Normal file
2
SQL/202510/20251031/bpm_process_instance_ext.sql
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
DELETE FROM "LOWCODE_MASTER"."SYSTEM_DICT_DATA" WHERE DICT_TYPE = 'bpm_task_assign_rule_type' AND "VALUE" = '35';
|
||||||
|
INSERT INTO "LOWCODE_MASTER"."SYSTEM_DICT_DATA"("SORT", "LABEL", "VALUE", "DICT_TYPE", "STATUS", "COLOR_TYPE", "CSS_CLASS", "REMARK", "CREATOR", "CREATE_TIME", "UPDATER", "UPDATE_TIME", "DELETED") values(35, '发起人自选', '35', 'bpm_task_assign_rule_type', 0, 'info', '', '任务分配规则的类型 - 发起人自选', '1', '2025-10-27 11:47:39', '1', '2025-10-27 11:48:18', 0);
|
||||||
Reference in New Issue
Block a user