Commit 2df71d4d30782781dbc0a2b53daa0acb566dd2d0
1 parent
12ab82bcbb
Exists in
master
and in
7 other branches
修改产检删除
Showing 1 changed file with 3 additions and 0 deletions
platform-dal/src/main/java/com/lyms/platform/query/AntExRecordQuery.java
View file @
2df71d4
... | ... | @@ -226,6 +226,9 @@ |
226 | 226 | if (StringUtils.isNotEmpty(levelId)) { |
227 | 227 | condition = condition.and("hLevel", levelId, MongoOper.IN); |
228 | 228 | } |
229 | + if (StringUtils.isNotEmpty(rFactor)) { | |
230 | + condition = condition.and("hRisk", rFactor, MongoOper.IN); | |
231 | + } | |
229 | 232 | if (null != status) { |
230 | 233 | condition = condition.and("status", status, MongoOper.IS); |
231 | 234 | } |