Commit fbffb0d42caf46be0e8a8b67043823b74dd69674

Authored by jiangjiazhi
1 parent 9e1f35b082

1

Showing 1 changed file with 2 additions and 2 deletions

platform-dal/src/main/java/com/lyms/platform/query/PatientsQuery.java View file @ fbffb0d
... ... @@ -1572,8 +1572,8 @@
1572 1572 c1 = Criteria.where("oRiskFactor").exists(true);
1573 1573 }
1574 1574 }
1575   - if (null != notEnable) {
1576   - condition = condition.and("oRiskFactor", notEnable, MongoOper.NE);
  1575 + if (null != notoRiskFactor) {
  1576 + condition = condition.and("oRiskFactor", notoRiskFactor, MongoOper.NE);
1577 1577 }
1578 1578  
1579 1579