Commit 1114a3ef by 徐高华

群主群数量

parent 5a6efef6
......@@ -684,7 +684,7 @@ public class GroupChatServiceImpl implements GroupChatService {
}
this.groupChatMapper.update(chat);
this.saveOwner(wxEnterpriseId, staff.getStaffId());
if(null != oldStaffId && !oldStaffId.equals(newStaffId)) {
if(null != oldStaffId) {
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