fix: 88502 不符合项库--问题类型有为空的

This commit is contained in:
2024-08-13 09:23:37 +08:00
parent 1240f6929b
commit ac25b9ba59
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -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';
@@ -189,8 +189,8 @@ public class LawsEvaluationNotMetLibrary implements Serializable {
* 问题类型
*/
@ApiModelProperty(value = "问题类型")
@Dict(dicCode = "problem_type")
@Excel(name = "问题类型", width = 15, orderNum = "9", dicCode = "problem_type")
@Dict(dicCode = "evaluation_result")
@Excel(name = "问题类型", width = 15, orderNum = "9", dicCode = "evaluation_result")
private String problemType;
/**