wangliang 1 an în urmă
părinte
comite
e64ec58c4a

+ 8 - 1
sop-business/src/main/resources/db/log/wangliang_update_log.sql

@@ -2471,4 +2471,11 @@ INSERT INTO sys_privilege
 VALUES(2057, '同意撤回', 'Reject', 'LINK', 29, 5, 'AUTH', '2056', 1, 0, 1);
 INSERT INTO sys_privilege
 (id, name, url, `type`, parent_id, `sequence`, property, related, enable, default_auth, front_display)
-VALUES(2056, '工时统计-同意撤回', '/api/admin/tb/ding/submit/agree_withdraw', 'URL', 29, 4, 'AUTH', NULL, 1, 1, 0);
+VALUES(2056, '工时统计-同意撤回', '/api/admin/tb/ding/submit/agree_withdraw', 'URL', 29, 4, 'AUTH', NULL, 1, 1, 0);
+
+--2024.01.24update
+CREATE INDEX t_f_flow_log_flow_id_IDX USING BTREE ON t_f_flow_log (flow_id);
+CREATE INDEX t_f_flow_approve_status_IDX USING BTREE ON t_f_flow_approve (status);
+CREATE INDEX t_f_flow_approve_flow_id_IDX USING BTREE ON t_f_flow_approve (flow_id);
+ALTER TABLE t_f_custom_flow_entity DROP INDEX t_f_custom_flow_entity_UN_code;
+CREATE INDEX t_f_custom_flow_entity_code_IDX USING BTREE ON t_f_custom_flow_entity (code);