Commit eb8f017a authored by zw's avatar zw

bug

parent 61f13b38
...@@ -1328,7 +1328,7 @@ class OrderLogService ...@@ -1328,7 +1328,7 @@ class OrderLogService
$orderModel = new OrderModel(); $orderModel = new OrderModel();
$result = $orderModel->searchOrderAll($field, $condition, $where_, $pageNo, $pageSize); $result = $orderModel->searchOrderAll($field, $where_, $pageNo, $pageSize);
$reportService = new ReportService(); $reportService = new ReportService();
return $reportService->returnResult($result); return $reportService->returnResult($result);
......
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