Commit 06ed6709 authored by clone's avatar clone

1

parent b7af5d8a
...@@ -1263,7 +1263,7 @@ class OfficeOrderLogService ...@@ -1263,7 +1263,7 @@ class OfficeOrderLogService
$orderModel = new OfficeOrderModel(); $orderModel = new OfficeOrderModel();
$result = $orderModel->searchOrder($field, $condition, $where_, $pageNo, $pageSize); $result = $orderModel->searchOrder($field, $condition, $where_, $pageNo, $pageSize);
$reportService = new ReportService(); $reportService = new OfficeReportService();
return $reportService->returnResult($result); return $reportService->returnResult($result);
} }
...@@ -1317,7 +1317,7 @@ class OfficeOrderLogService ...@@ -1317,7 +1317,7 @@ class OfficeOrderLogService
$orderModel = new OfficeOrderModel(); $orderModel = new OfficeOrderModel();
$result = $orderModel->searchOrderAll($field, $condition, $pageNo, $pageSize); $result = $orderModel->searchOrderAll($field, $condition, $pageNo, $pageSize);
$reportService = new ReportService(); $reportService = new OfficeReportService();
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