Commit 95727153cfe7d7bb19a43f5f74b42dc54f940d5b
1 parent
9eb5fb8083
Exists in
master
修改产检删除
Showing 1 changed file with 3 additions and 0 deletions
platform-dal/src/main/java/com/lyms/platform/query/AntExRecordQuery.java
View file @
9572715
... | ... | @@ -223,6 +223,9 @@ |
223 | 223 | if (null != id) { |
224 | 224 | condition = condition.and("id", id, MongoOper.IS); |
225 | 225 | } |
226 | + if (null != name) { | |
227 | + condition = condition.and("name", name, MongoOper.IS); | |
228 | + } | |
226 | 229 | if (StringUtils.isNotEmpty(levelId)) { |
227 | 230 | condition = condition.and("hLevel", levelId, MongoOper.IN); |
228 | 231 | } |