From 1aee8276516bdf1c849973b8853504bc9b9a13df Mon Sep 17 00:00:00 2001 From: zhaoqifeng Date: Fri, 23 Apr 2021 17:19:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E7=A7=AF=E5=88=86=E8=A1=8C?= =?UTF-8?q?=E4=B8=BA=E8=AE=B0=E5=BD=95=E6=95=B0=E6=8D=AE=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=EF=BC=8C=E6=B7=BB=E5=8A=A0sourceType=EF=BC=8C=E5=A1=AB?= =?UTF-8?q?=E5=85=85sourceId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../form/mq/eventmsg/BasePointEventMsg.java | 10 +++++++ .../service/impl/ActLiveRecServiceImpl.java | 1 + .../impl/VolunteerInfoServiceImpl.java | 2 ++ .../service/impl/WorkActServiceImpl.java | 2 ++ .../com/epmet/dto/UserPointActionLogDTO.java | 2 ++ .../entity/UserPointActionLogEntity.java | 2 ++ .../impl/UserPointActionLogServiceImpl.java | 9 +++--- .../GroupMemeberOperationServiceImpl.java | 4 ++- .../impl/ResiGroupMemberServiceImpl.java | 4 ++- .../impl/ResiTopicCommentServiceImpl.java | 4 ++- .../service/impl/ResiTopicServiceImpl.java | 30 ++++++++++++++----- .../service/impl/TopicDraftServiceImpl.java | 9 +++--- 12 files changed, 60 insertions(+), 19 deletions(-) diff --git a/epmet-commons/epmet-commons-tools/src/main/java/com/epmet/commons/tools/dto/form/mq/eventmsg/BasePointEventMsg.java b/epmet-commons/epmet-commons-tools/src/main/java/com/epmet/commons/tools/dto/form/mq/eventmsg/BasePointEventMsg.java index 6c9044b499..9235fe77a7 100644 --- a/epmet-commons/epmet-commons-tools/src/main/java/com/epmet/commons/tools/dto/form/mq/eventmsg/BasePointEventMsg.java +++ b/epmet-commons/epmet-commons-tools/src/main/java/com/epmet/commons/tools/dto/form/mq/eventmsg/BasePointEventMsg.java @@ -40,6 +40,11 @@ public class BasePointEventMsg implements Serializable { */ private String gridId; + /** + * 小组ID + */ + private String groupId; + /** * 被操作用户id */ @@ -65,6 +70,11 @@ public class BasePointEventMsg implements Serializable { */ private String remark; + /** + * 业务类型 eg:活动id + */ + private String sourceType; + /** * 业务id eg:活动id */ diff --git a/epmet-module/epmet-heart/epmet-heart-server/src/main/java/com/epmet/service/impl/ActLiveRecServiceImpl.java b/epmet-module/epmet-heart/epmet-heart-server/src/main/java/com/epmet/service/impl/ActLiveRecServiceImpl.java index aeb67a2314..15ff440c80 100644 --- a/epmet-module/epmet-heart/epmet-heart-server/src/main/java/com/epmet/service/impl/ActLiveRecServiceImpl.java +++ b/epmet-module/epmet-heart/epmet-heart-server/src/main/java/com/epmet/service/impl/ActLiveRecServiceImpl.java @@ -239,6 +239,7 @@ public class ActLiveRecServiceImpl extends BaseServiceImpl