From c8bef50d4192100f37a719eaf5e40b7473995788 Mon Sep 17 00:00:00 2001 From: caihaohan Date: Sun, 4 Feb 2024 09:45:32 +0800 Subject: [PATCH] fix: 81732 --- .../laws/enterprise/entity/vo/EnterpriseStandardPlanVo.java | 4 ++++ .../enterprise/mapper/xml/EnterpriseStandardPlanMapper.xml | 1 + 2 files changed, 5 insertions(+) diff --git a/laws-modules/src/main/java/com/jero/modules/laws/enterprise/entity/vo/EnterpriseStandardPlanVo.java b/laws-modules/src/main/java/com/jero/modules/laws/enterprise/entity/vo/EnterpriseStandardPlanVo.java index 0fba92dc..12896503 100644 --- a/laws-modules/src/main/java/com/jero/modules/laws/enterprise/entity/vo/EnterpriseStandardPlanVo.java +++ b/laws-modules/src/main/java/com/jero/modules/laws/enterprise/entity/vo/EnterpriseStandardPlanVo.java @@ -46,6 +46,10 @@ public class EnterpriseStandardPlanVo { @ApiModelProperty(value = "新企标名称") private String newEnStandardName; + @Dict(dicCode = "standard_grade_classify") + @ApiModelProperty(value = "企标等级分类") + private String enStandardClassification; + @Excel(name = "授权部门", width = 15, orderNum = "1", dictTable = "sys_depart", dicCode = "id", dicText = "depart_name") @ApiModelProperty(value = "授权部门") @Dict(dictTable = "sys_depart", dicCode = "id", dicText = "depart_name") diff --git a/laws-modules/src/main/java/com/jero/modules/laws/enterprise/mapper/xml/EnterpriseStandardPlanMapper.xml b/laws-modules/src/main/java/com/jero/modules/laws/enterprise/mapper/xml/EnterpriseStandardPlanMapper.xml index f15c66f3..b1ceab34 100644 --- a/laws-modules/src/main/java/com/jero/modules/laws/enterprise/mapper/xml/EnterpriseStandardPlanMapper.xml +++ b/laws-modules/src/main/java/com/jero/modules/laws/enterprise/mapper/xml/EnterpriseStandardPlanMapper.xml @@ -63,6 +63,7 @@ p.origin_en_standard_name, p.new_en_standard_no, p.new_en_standard_name, + p.en_standard_classification, p.auth_dept, p.en_standard_code, p.cooperation_unit,