fix: 88502 不符合项库--问题类型有为空的
This commit is contained in:
@@ -40,6 +40,9 @@ ALTER TABLE `laws_enterprise_standard`
|
||||
ALTER TABLE `process_standard_compliance_check`
|
||||
MODIFY COLUMN `applicable_market_no` varchar(2000) NULL DEFAULT NULL COMMENT '适用市场清单编号' AFTER `applicable_market`;
|
||||
|
||||
-- 2024-08-13 删除问题类型字典
|
||||
delete from sys_dict where dict_name = '问题类型';
|
||||
delete from sys_dict_item where dict_id = '1805489840390529026';
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user