Commit 5a6efef6 by 徐高华

群主群数量

parent 1ca50da0
......@@ -187,6 +187,7 @@ public class GroupChatServiceImpl implements GroupChatService {
private void updateOwnerCount(String staffId) {
if(StringUtils.isNotBlank(staffId)) {
int chatCount = this.groupChatMapper.getCountByStaffId(staffId);
logger.info("更新群数={},{}",staffId,chatCount);
this.groupChatOwnerMapper.updateChatCount(staffId,chatCount) ;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment