Commit c5848b029bc937be20461fa265021906360593b8

Authored by liquanyu
1 parent c1da54ea6d

居住类型

Showing 1 changed file with 1 additions and 1 deletions

platform-dal/src/main/java/com/lyms/platform/query/PatientsQuery.java View file @ c5848b0
... ... @@ -366,7 +366,7 @@
366 366 }
367 367  
368 368 if (null != liveType) {
369   - condition = condition.and("pliveTypeId", liveType, MongoOper.NE);
  369 + condition = condition.and("pliveTypeId", liveType, MongoOper.IS);
370 370 }
371 371  
372 372 if (null != sendCareMan) {