Commit 2c3d40b380ebcbef40fc8dcc59a1fc91ce6050ed

Authored by shiyang
1 parent ee50ff2b4b

update

Showing 1 changed file with 1 additions and 1 deletions

platform-dal/src/main/java/com/lyms/platform/query/CervixVisitQuery.java View file @ 2c3d40b
... ... @@ -279,7 +279,7 @@
279 279 condition=condition.and("type", type, MongoOper.IS);
280 280 }
281 281 if(null!=ruleRecommend){
282   - condition=condition.and("type", ruleRecommend, MongoOper.IS);
  282 + condition=condition.and("ruleRecommend", ruleRecommend, MongoOper.IS);
283 283 }
284 284  
285 285 Criteria c = null;