From bd9cf1a87d50cc7cb29118cc85f397a7ab7228e9 Mon Sep 17 00:00:00 2001 From: heheng <heheng@123456> Date: 星期一, 16 十二月 2024 16:51:01 +0800 Subject: [PATCH] 增加监管机构数据限制 --- assess-admin/src/main/resources/db/migration/V20231206001_process_audit.sql | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/assess-admin/src/main/resources/db/migration/V20231206001_process_audit.sql b/assess-admin/src/main/resources/db/migration/V20231206001_process_audit.sql index f755394..f73435f 100644 --- a/assess-admin/src/main/resources/db/migration/V20231206001_process_audit.sql +++ b/assess-admin/src/main/resources/db/migration/V20231206001_process_audit.sql @@ -2,8 +2,7 @@ -- ---------------------------- -- 过程控制负责人审核表 -- ---------------------------- -drop table if exists `smart_assess`.`sys_process_audit`; -CREATE TABLE `smart_assess`.`sys_process_audit` ( +CREATE TABLE `smart_assess`.`ass_process_audit` ( `id` bigint NOT NULL AUTO_INCREMENT, `audit_date` datetime NOT NULL COMMENT '审核日期', `process_leader_id` bigint NOT NULL COMMENT '过程控制负责人id', -- Gitblit v1.9.2