Commit ca328e5f by 刘鑫

Merge branch 'develop' of https://gitlab.dituhui.com/bsh/project/project into develop

2 parents 15cd416d 2731b1e9
...@@ -153,6 +153,9 @@ public class MsgServiceImpl implements MsgService { ...@@ -153,6 +153,9 @@ 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")) {
userList.add("1");
}
MsgEntity msgEntity = new MsgEntity(); MsgEntity msgEntity = new MsgEntity();
BeanUtil.copyProperties(dto, 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!