Commit 9ca6cbe99459d6deded79c40a872b493241ab033

Authored by shiyang
1 parent de6423603d
Exists in master

update

Showing 1 changed file with 1 additions and 0 deletions

talkonlineweb/src/main/java/com/lyms/talkonlineweb/task/PushChatInfoTask.java View file @ 9ca6cbe
... ... @@ -224,6 +224,7 @@
224 224 group.setType(1);
225 225 group.setStat(0);
226 226 group.setPcid((Integer)map.get("pcid"));
  227 + group.setHdepartId(doctor2.getDpid());
227 228 final boolean save = lymsChatgroupService.save(group);
228 229 if (!save) {
229 230 throw new Exception("回滚状态,执行失败,请联系管理员");