Commit 5afe235b by 吕明尚

修改数据统计的数据量

parent 693548f9
......@@ -150,6 +150,7 @@ public class SOrderController extends BaseController
@PostMapping("/statistics/orderList")
public R<List<OrderVo>> statisticsOrderList(@RequestBody OrderStatisticsRequest request) {
startPage();
return R.ok(sOrderService.statisticsOrderList(request));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment