Commit a10c0a6a by Ren Ping

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

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