Commit 080c31b0 by 徐高华

群主群数量

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