Commit 7e913337 authored by zw's avatar zw

带看列表显示商铺地址

parent 962c72cf
...@@ -1123,7 +1123,7 @@ class OrderLogService ...@@ -1123,7 +1123,7 @@ class OrderLogService
$result = $orderModel->searchOrder($field, $condition, $where_, $pageNo, $pageSize); $result = $orderModel->searchOrder($field, $condition, $where_, $pageNo, $pageSize);
$reportService = new ReportService(); $reportService = new ReportService();
return $reportService->houseInfo($result); return $reportService->returnResult($result);
} }
......
...@@ -164,7 +164,7 @@ class ReportService ...@@ -164,7 +164,7 @@ class ReportService
} }
foreach ($house_arr as $item) { foreach ($house_arr as $item) {
if ($v["house_id"] == $item["id"]) { if ($v["house_id"] == $item["id"]) {
$result[$k]["house_address"] .= $item["internal_title"]; $result[$k]["house_address"] .= $item["internal_address"];
} }
} }
......
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