|
|
@ -412,12 +412,14 @@ public class ResiTopicServiceImpl extends BaseServiceImpl<ResiTopicDao, ResiTopi |
|
|
|
} |
|
|
|
pointEventMsg.setCustomerId(resiGroupEntity.getCustomerId()); |
|
|
|
pointEventMsg.setGridId(resiGroupEntity.getGridId()); |
|
|
|
pointEventMsg.setSourceId(resiGroupEntity.getId()); |
|
|
|
pointEventMsg.setGroupId(resiGroupEntity.getId()); |
|
|
|
} else { |
|
|
|
pointEventMsg.setCustomerId(resiGroupInfoRedisDTO.getCustomerId()); |
|
|
|
pointEventMsg.setGridId(resiGroupInfoRedisDTO.getGridId()); |
|
|
|
pointEventMsg.setSourceId(resiGroupInfoRedisDTO.getGroupId()); |
|
|
|
pointEventMsg.setGroupId(resiGroupInfoRedisDTO.getGroupId()); |
|
|
|
} |
|
|
|
pointEventMsg.setSourceType("topic"); |
|
|
|
pointEventMsg.setSourceId(topic.getId()); |
|
|
|
|
|
|
|
CommonGridIdFormDTO dataFilterParam = new CommonGridIdFormDTO(); |
|
|
|
dataFilterParam.setGridId(pointEventMsg.getGridId()); |
|
|
@ -750,7 +752,9 @@ public class ResiTopicServiceImpl extends BaseServiceImpl<ResiTopicDao, ResiTopi |
|
|
|
pointEventMsg.setCustomerId(tokenDto.getCustomerId()); |
|
|
|
pointEventMsg.setAgencyId(dataFilterResult.getData().getAgencyId()); |
|
|
|
pointEventMsg.setGridId(groupCache.getGridId()); |
|
|
|
pointEventMsg.setSourceId(groupCache.getGroupId()); |
|
|
|
pointEventMsg.setGroupId(groupCache.getGroupId()); |
|
|
|
pointEventMsg.setSourceType("topic"); |
|
|
|
pointEventMsg.setSourceId(closeFormDTO.getTopicId()); |
|
|
|
pointEventMsg.setUserId(tokenDto.getUserId()); |
|
|
|
pointEventMsg.setActionFlag(MqConstant.PLUS); |
|
|
|
pointEventMsg.setIsCommon(false); |
|
|
@ -1725,7 +1729,9 @@ public class ResiTopicServiceImpl extends BaseServiceImpl<ResiTopicDao, ResiTopi |
|
|
|
pointEventMsg.setCustomerId(groupCache.getCustomerId()); |
|
|
|
pointEventMsg.setAgencyId(dataFilterResult.getData().getAgencyId()); |
|
|
|
pointEventMsg.setGridId(group.getGridId()); |
|
|
|
pointEventMsg.setSourceId(group.getGroupId()); |
|
|
|
pointEventMsg.setGroupId(group.getGroupId()); |
|
|
|
pointEventMsg.setSourceType("issue"); |
|
|
|
pointEventMsg.setSourceId(issueResult.getData().getIssueId()); |
|
|
|
pointEventMsg.setUserId(group.getTopicAuthorId()); |
|
|
|
pointEventMsg.setActionFlag(MqConstant.PLUS); |
|
|
|
pointEventMsg.setIsCommon(false); |
|
|
@ -1749,7 +1755,9 @@ public class ResiTopicServiceImpl extends BaseServiceImpl<ResiTopicDao, ResiTopi |
|
|
|
pointEventMsg2.setCustomerId(groupCache.getCustomerId()); |
|
|
|
pointEventMsg2.setAgencyId(dataFilterResult.getData().getAgencyId()); |
|
|
|
pointEventMsg2.setGridId(group.getGridId()); |
|
|
|
pointEventMsg.setSourceId(group.getGroupId()); |
|
|
|
pointEventMsg2.setGroupId(group.getGroupId()); |
|
|
|
pointEventMsg2.setSourceType("issue"); |
|
|
|
pointEventMsg2.setSourceId(issueResult.getData().getIssueId()); |
|
|
|
pointEventMsg2.setUserId(topicTurnIssueFromDTO.getUserId()); |
|
|
|
pointEventMsg2.setActionFlag(MqConstant.PLUS); |
|
|
|
pointEventMsg2.setIsCommon(false); |
|
|
@ -1887,7 +1895,9 @@ public class ResiTopicServiceImpl extends BaseServiceImpl<ResiTopicDao, ResiTopi |
|
|
|
pointEventMsg.setCustomerId(groupCache.getCustomerId()); |
|
|
|
pointEventMsg.setAgencyId(dataFilterResult.getData().getAgencyId()); |
|
|
|
pointEventMsg.setGridId(group.getGridId()); |
|
|
|
pointEventMsg.setSourceId(group.getGroupId()); |
|
|
|
pointEventMsg.setGroupId(group.getGroupId()); |
|
|
|
pointEventMsg.setSourceType("issue"); |
|
|
|
pointEventMsg.setSourceId(param.getIssueId()); |
|
|
|
pointEventMsg.setUserId(group.getTopicAuthorId()); |
|
|
|
pointEventMsg.setActionFlag(MqConstant.PLUS); |
|
|
|
pointEventMsg.setIsCommon(false); |
|
|
@ -1911,7 +1921,9 @@ public class ResiTopicServiceImpl extends BaseServiceImpl<ResiTopicDao, ResiTopi |
|
|
|
pointEventMsg2.setCustomerId(groupCache.getCustomerId()); |
|
|
|
pointEventMsg2.setAgencyId(dataFilterResult.getData().getAgencyId()); |
|
|
|
pointEventMsg2.setGridId(group.getGridId()); |
|
|
|
pointEventMsg2.setSourceId(group.getGroupId()); |
|
|
|
pointEventMsg2.setGroupId(group.getGroupId()); |
|
|
|
pointEventMsg2.setSourceType("issue"); |
|
|
|
pointEventMsg2.setSourceId(param.getIssueId()); |
|
|
|
pointEventMsg2.setUserId(param.getUserId()); |
|
|
|
pointEventMsg2.setActionFlag(MqConstant.PLUS); |
|
|
|
pointEventMsg2.setIsCommon(false); |
|
|
@ -2281,7 +2293,9 @@ public class ResiTopicServiceImpl extends BaseServiceImpl<ResiTopicDao, ResiTopi |
|
|
|
pointEventMsg.setCustomerId(group.getCustomerId()); |
|
|
|
pointEventMsg.setAgencyId(dataFilterResult.getData().getAgencyId()); |
|
|
|
pointEventMsg.setGridId(group.getGridId()); |
|
|
|
pointEventMsg.setSourceId(topic.getGroupId()); |
|
|
|
pointEventMsg.setGroupId(topic.getGroupId()); |
|
|
|
pointEventMsg.setSourceType("project"); |
|
|
|
pointEventMsg.setSourceId(param.getTopicId()); |
|
|
|
pointEventMsg.setUserId(topic.getCreatedBy()); |
|
|
|
pointEventMsg.setActionFlag(MqConstant.PLUS); |
|
|
|
pointEventMsg.setIsCommon(false); |
|
|
|