|
|
@ -811,7 +811,6 @@ public class TopicDraftServiceImpl extends BaseServiceImpl<TopicDraftDao, TopicD |
|
|
|
}else { |
|
|
|
breviary.append("语音话题"); |
|
|
|
} |
|
|
|
sendMqMsg(draft.getCreatedBy(), draft.getCustomerId(),draft.getCreatedTime(),resiGroupRedis.get(draft.getGroupId()).getGroupName(),breviary.toString()); |
|
|
|
|
|
|
|
//2021.4.22 start sun 因业务调整,新增组内消息记录表,新增话题时相应的初始数据
|
|
|
|
GroupMessageEntity messageEntity = new GroupMessageEntity(); |
|
|
|