Commit a4a73c0d by 徐高华

test

parent ed5ae704
...@@ -634,7 +634,7 @@ public class GroupChatServiceImpl implements GroupChatService { ...@@ -634,7 +634,7 @@ public class GroupChatServiceImpl implements GroupChatService {
chat.setOriginalStaffId(oldStaffId); chat.setOriginalStaffId(oldStaffId);
this.groupChatMapper.update(chat); this.groupChatMapper.update(chat);
if (StringUtils.isBlank(chat.getWxChatIdDk())) { if (StringUtils.isBlank(chat.getWxChatIdDk())) {
this.updateWxChatIdDk(wxEnterpriseId, staff.getStaffId()); //this.updateWxChatIdDk(wxEnterpriseId, staff.getStaffId());
} }
this.saveOwner(wxEnterpriseId, staff.getStaffId()); this.saveOwner(wxEnterpriseId, staff.getStaffId());
RedisUtil.unlock(lockKey); 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