feat: 增加专业模块字段2

This commit is contained in:
2024-10-15 09:44:45 +08:00
parent 6ab7f09320
commit bc74493135
4 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -594,7 +594,7 @@ INSERT INTO `sys_permission`(`id`, `parent_id`, `name`, `url`, `component`, `com
UPDATE `sys_dict` SET `dict_name` = '左/右舵' WHERE `id` = '1806891070589480961';
-- 20241014 法规符合性排查流程增加专业模块字段
ALTER TABLE `process_standard_compliance_check_detail`
ALTER TABLE `process_standard_compliance_check`
ADD COLUMN `specialized_module` varchar(36) NULL DEFAULT NULL COMMENT '专业模块';
ALTER TABLE `laws_evaluation_not_met_library`