|
|
@ -176,7 +176,7 @@ public class OrderController { |
|
|
|
param.put("searchTitle", searchTitle); |
|
|
|
param.put("searchTitle", searchTitle); |
|
|
|
param.put("orderNo", orderNo); |
|
|
|
param.put("orderNo", orderNo); |
|
|
|
param.put("productType", productType); |
|
|
|
param.put("productType", productType); |
|
|
|
param.put("status", status); |
|
|
|
param.put("orderStatus", status); |
|
|
|
|
|
|
|
|
|
|
|
PageHelper.startPage(pageNum, pageSize); |
|
|
|
PageHelper.startPage(pageNum, pageSize); |
|
|
|
return ResponseMsgUtil.success(new PageInfo<>(orderService.getOrderList(param))); |
|
|
|
return ResponseMsgUtil.success(new PageInfo<>(orderService.getOrderList(param))); |
|
|
|