|
@@ -65,7 +65,7 @@ public class GubiTransactionServiceImpl implements IGubiTransactionService {
|
|
|
wrapper.eq("number", number);
|
|
|
}
|
|
|
if (!StringUtils.isEmpty(grade)) {
|
|
|
- wrapper.eq("grade", grade);
|
|
|
+ wrapper.like("grade", grade);
|
|
|
}
|
|
|
if (!StringUtils.isEmpty(collection)) {
|
|
|
wrapper.eq("collection", collection);
|