From a8da5644d74deee3949c61e4c76838c4427272d4 Mon Sep 17 00:00:00 2001
From: puhanshu <a9236326>
Date: 星期二, 14 十二月 2021 17:03:44 +0800
Subject: [PATCH] 修改bug

---
 springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/integral/admin/AddComActIntegralUserDTO.java |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/integral/admin/AddComActIntegralUserDTO.java b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/integral/admin/AddComActIntegralUserDTO.java
index 5970963..279d8f8 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/integral/admin/AddComActIntegralUserDTO.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/integral/admin/AddComActIntegralUserDTO.java
@@ -11,7 +11,7 @@
     @ApiModelProperty("业务id")
     private Long serviceId;
 
-    @ApiModelProperty("积分任务类型(1.发布随手拍 2.发布微心愿 3.参与议事投票 4.参与志愿者活动 5.参与社区活动 6.参与党员活动 7.参与调查问卷)")
+    @ApiModelProperty("积分任务类型(1.发布随手拍 2.发布微心愿 3.参与议事投票 4.参与志愿者活动 5.参与社区活动 6.参与党员活动 7.参与调查问卷 8.活动签到 9.取消活动)")
     private Integer integralType;
 
     @ApiModelProperty(value = "社区id")
@@ -23,6 +23,9 @@
     @ApiModelProperty(value = "是否是评论(1.是 2.否)")
     private Integer isComment;
 
+    @ApiModelProperty(value = "签到类型 1居民 志愿者签到 2党员签到")
+    private Integer activityType;
+
     public AddComActIntegralUserDTO(Long serviceId, Integer integralType, Long communityId, Long userId) {
         this.serviceId = serviceId;
         this.integralType = integralType;
@@ -33,7 +36,7 @@
     public AddComActIntegralUserDTO() {}
 
     /**
-     * 积分任务类型(1.发布随手拍 2.发布微心愿 3.参与议事投票 4.参与志愿者活动 5.参与社区活动 6.参与党员活动 7.参与调查问卷)
+     * 积分任务类型(1.发布随手拍 2.发布微心愿 3.参与议事投票 4.参与志愿者活动 5.参与社区活动 6.参与党员活动 7.参与调查问卷 8.活动签到 9.取消活动)
      */
     public interface integralType {
         int fbssp = 1;
@@ -43,5 +46,7 @@
         int cysqhd = 5;
         int cydyhd = 6;
         int cydcwj = 7;
+        int hdqd = 8;
+        int qxhd = 9;
     }
 }

--
Gitblit v1.7.1