Commit 019471ed497994335164c931c4bb0fad1596fa52
1 parent
57490f0b2d
Exists in
master
and in
8 other branches
修改新电子病历
Showing 1 changed file with 3 additions and 0 deletions
platform-dal/src/main/java/com/lyms/platform/query/SieveQuery.java
View file @
019471e
... | ... | @@ -143,6 +143,9 @@ |
143 | 143 | if (null != id) { |
144 | 144 | condition = condition.and("id", id, MongoOper.IS); |
145 | 145 | } |
146 | + if (StringUtils.isNotEmpty(cardNo)) { | |
147 | + condition = condition.and("cardNo", cardNo, MongoOper.IS); | |
148 | + } | |
146 | 149 | if (null != from) { |
147 | 150 | condition = condition.and("from", from, MongoOper.IS); |
148 | 151 | } |