fix: 88502 不符合项库--问题类型有为空的
This commit is contained in:
@@ -40,6 +40,9 @@ ALTER TABLE `laws_enterprise_standard`
|
|||||||
ALTER TABLE `process_standard_compliance_check`
|
ALTER TABLE `process_standard_compliance_check`
|
||||||
MODIFY COLUMN `applicable_market_no` varchar(2000) NULL DEFAULT NULL COMMENT '适用市场清单编号' AFTER `applicable_market`;
|
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';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -189,8 +189,8 @@ public class LawsEvaluationNotMetLibrary implements Serializable {
|
|||||||
* 问题类型
|
* 问题类型
|
||||||
*/
|
*/
|
||||||
@ApiModelProperty(value = "问题类型")
|
@ApiModelProperty(value = "问题类型")
|
||||||
@Dict(dicCode = "problem_type")
|
@Dict(dicCode = "evaluation_result")
|
||||||
@Excel(name = "问题类型", width = 15, orderNum = "9", dicCode = "problem_type")
|
@Excel(name = "问题类型", width = 15, orderNum = "9", dicCode = "evaluation_result")
|
||||||
private String problemType;
|
private String problemType;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user