Commit bb459e1c7f10aee2b53e733b5c2a9d4294b292e5

Authored by liquanyu
1 parent da6422c3b5

医院id条件

Showing 1 changed file with 4 additions and 0 deletions

platform-dal/src/main/java/com/lyms/platform/query/PatientsQuery.java View file @ bb459e1
... ... @@ -422,6 +422,10 @@
422 422 if (null != name) {
423 423 condition = condition.and("username", name, MongoOper.IS);
424 424 }
  425 + if (null != hospitalId) {
  426 + condition = condition.and("hospitalId", hospitalId, MongoOper.IS);
  427 + }
  428 +
425 429 /* *//**
426 430 * 服务类型
427 431 *//*