!121 fix(db): 清空数据库脚本补充定点联系单两张业务表

Merge pull request !121 from wsm/fix/clear_data_sql
This commit is contained in:
wsm
2026-08-11 06:14:08 +00:00
committed by Gitee
+3
View File
@@ -150,6 +150,9 @@ TRUNCATE TABLE task_list_favorite;
TRUNCATE TABLE task_list_permission;
-- 监督测试
TRUNCATE TABLE supervision_test;
-- 定点联系单
TRUNCATE TABLE fixed_contact_20260730;
TRUNCATE TABLE fixed_contact_feedback_20260730;
-- ============================================================
-- 11. JOA 流程业务演示表