Commit f6b6014f54830173d1bf96c9decffa1d7d61baa3
1 parent
72c7931d47
Exists in
master
and in
6 other branches
是否发放母子保健手册
Showing 1 changed file with 3 additions and 0 deletions
platform-dal/src/main/java/com/lyms/platform/query/PatientsQuery.java
View file @
f6b6014
... | ... | @@ -1102,6 +1102,9 @@ |
1102 | 1102 | if (null != dueStatus) { |
1103 | 1103 | condition = condition.and("dueStatus", dueStatus, MongoOper.IS); |
1104 | 1104 | } |
1105 | + if (null != sendCareMan) { | |
1106 | + condition = condition.and("sendCareMan", sendCareMan, MongoOper.IS); | |
1107 | + } | |
1105 | 1108 | if (buildType != -1) { |
1106 | 1109 | MongoCondition mongoCondition = MongoCondition.newInstance("buildType", 3, MongoOper.IS); |
1107 | 1110 | MongoCondition condition1 = mongoCondition.and("enable", enable, MongoOper.IS); |