Browse Source

选择履职内容增加areaid

jiawuxian 2 years ago
parent
commit
70ccdb8023

+ 6 - 0
soc-modules/soc-modules-core/src/main/java/com/xunmei/core/resumption/vo/appRuleItem/AppRulePointSelectVo.java

@@ -35,5 +35,11 @@ public class AppRulePointSelectVo {
     @ApiModelProperty("履职内容")
     private String pointName;
 
+    /**
+     * 区域id
+     */
+    @JsonSerialize(using= ToStringSerializer.class)
+    private  Long areaId;
+
     private  String areaName;
 }

+ 1 - 0
soc-modules/soc-modules-core/src/main/resources/mapper/resumption/AppRulePointMapper.xml

@@ -235,6 +235,7 @@
         p.item_id AS itemId,
         i.`name` AS itemName,
         p.`name` AS pointName,
+        a.id as areaId,
         a.`name` AS areaName
         FROM
         core_resumption_rule_point p