Commit a6787e49 by 徐高华

群主群数量

parent 1114a3ef
......@@ -684,7 +684,7 @@ public class GroupChatServiceImpl implements GroupChatService {
}
this.groupChatMapper.update(chat);
this.saveOwner(wxEnterpriseId, staff.getStaffId());
if(null != oldStaffId) {
if(null != chat.getOriginalStaffId()) {
this.updateOwnerCount(oldStaffId) ;
}
RedisUtil.unlock(lockKey);
......
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