Commit aa811c7b579f7d3116f30541dc64cbceca4a51d1

Authored by liquanyu
1 parent 6787cf724c

update

Showing 1 changed file with 1 additions and 1 deletions

platform-dal/src/main/java/com/lyms/platform/query/AmniocentesisInfoQuery.java View file @ aa811c7
... ... @@ -157,7 +157,7 @@
157 157  
158 158  
159 159 if (null != resultSelect) {
160   - condition = condition.and("resultSelect",resultSelect , MongoOper.IS);
  160 + condition = condition.and("resultSelect",resultSelect , MongoOper.LIKE);
161 161 }
162 162  
163 163 if (null != amnioCount) {