Commit 2b22dbc80e9058eb299cdfe215b8e799a98434d3

Authored by liquanyu
1 parent 1016c48700

code update

Showing 1 changed file with 1 additions and 1 deletions

platform-dal/src/main/java/com/lyms/platform/query/BabyModelQuery.java View file @ 2b22dbc
... ... @@ -371,7 +371,7 @@
371 371 condition=condition.and("hospitalId", hospitalId, MongoOper.IS);
372 372 }
373 373 if(!StringUtils.isEmpty(lastDiagnose)){
374   - condition=condition.and("lastDiagnose", lastDiagnose, MongoOper.LIKE);
  374 + condition=condition.and("lastDiagnose", lastDiagnose, MongoOper.IN);
375 375 }
376 376  
377 377 if (null != lastDiagnoses && lastDiagnoses.size() > 0) {