Commit 0fae55bf by Ren Ping

fix:所有消息都发给超管一份

1 parent 1ba38560
...@@ -153,8 +153,8 @@ public class MsgServiceImpl implements MsgService { ...@@ -153,8 +153,8 @@ public class MsgServiceImpl implements MsgService {
} }
List<String> userList = msgDao.getDispatchUserList(dto.getClusterId(), dto.getBranchId(), dto.getGroupId()); List<String> userList = msgDao.getDispatchUserList(dto.getClusterId(), dto.getBranchId(), dto.getGroupId());
if (!userList.contains("1")) { if (!userList.contains("c8d384973ee543d3aa6f5b355e184ccc")) {
userList.add("1"); userList.add("c8d384973ee543d3aa6f5b355e184ccc");
} }
MsgEntity msgEntity = new MsgEntity(); MsgEntity msgEntity = new MsgEntity();
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!