Commit 3316e08755c84d0c642711427206a3c46abe0283
1 parent
1c70778c3a
Exists in
master
and in
1 other branch
111
Showing 1 changed file with 1 additions and 1 deletions
platform-dal/src/main/java/com/lyms/platform/query/ReferralApplyOrderQuery.java
View file @
3316e08
... | ... | @@ -132,7 +132,7 @@ |
132 | 132 | condition=condition.and("id",id, MongoOper.IS); |
133 | 133 | } |
134 | 134 | if(null!=name){ |
135 | - condition=condition.and("name",name, MongoOper.IS); | |
135 | + condition=condition.and("name",name, MongoOper.LIKE); | |
136 | 136 | } |
137 | 137 | if(null!=serviceStatus){ |
138 | 138 | condition=condition.and("serviceStatus",serviceStatus, MongoOper.IS); |