Commit 05bab0aaf71b5192e190a51abb56b279c7d52851

Authored by liquanyu
1 parent 91330c3577

孕妇学校

Showing 1 changed file with 3 additions and 0 deletions

platform-dal/src/main/java/com/lyms/platform/query/PatientCourseQuery.java View file @ 05bab0a
... ... @@ -88,6 +88,9 @@
88 88 condition = condition.and("orderType", orderType, MongoOper.IS);
89 89 }
90 90  
  91 + if (null != status) {
  92 + condition = condition.and("status", status, MongoOper.IS);
  93 + }
91 94  
92 95 if (null != phone) {
93 96 condition = condition.and("phone", phone, MongoOper.IS);