返回默认值
This commit is contained in:
@@ -162,7 +162,7 @@ public class OrderInfoCustomServiceImpl implements OrderInfoCustomService {
|
||||
.like(OrderDetail::getProductName, productName);
|
||||
like = orderDetailService.listAs(queryWrapper, Long.class);
|
||||
if (CollUtil.isEmpty(like)) {
|
||||
return new Page<>();
|
||||
return PageUtil.emptyPage();
|
||||
}
|
||||
}
|
||||
QueryWrapper queryWrapper = PageUtil.buildSortQueryWrapper();
|
||||
|
||||
Reference in New Issue
Block a user