Browse Source

用户积分行为记录数据修改,添加sourceType,填充sourceId

master
zhaoqifeng 4 years ago
parent
commit
aeb8875e48
  1. 1
      epmet-module/resi-group/resi-group-server/src/main/java/com/epmet/modules/topic/service/impl/TopicDraftServiceImpl.java

1
epmet-module/resi-group/resi-group-server/src/main/java/com/epmet/modules/topic/service/impl/TopicDraftServiceImpl.java

@ -963,6 +963,7 @@ public class TopicDraftServiceImpl extends BaseServiceImpl<TopicDraftDao, TopicD
actPointEventMsg.setAgencyId(agencyId); actPointEventMsg.setAgencyId(agencyId);
actPointEventMsg.setGridId(gridId); actPointEventMsg.setGridId(gridId);
actPointEventMsg.setGroupId(groupId); actPointEventMsg.setGroupId(groupId);
actPointEventMsg.setSourceType("topic");
actPointEventMsg.setSourceId(topicId); actPointEventMsg.setSourceId(topicId);
actPointEventMsg.setUserId(userId); actPointEventMsg.setUserId(userId);
actPointEventMsg.setActionFlag(MqConstant.PLUS); actPointEventMsg.setActionFlag(MqConstant.PLUS);

Loading…
Cancel
Save