Commit 40bd045a authored by zw's avatar zw

1

parent d3549598
...@@ -1406,7 +1406,7 @@ class OrderLogService ...@@ -1406,7 +1406,7 @@ class OrderLogService
$params["order_id"] = $order_id; $params["order_id"] = $order_id;
$bargainModel = new OBargainModel(); $bargainModel = new OBargainModel();
$filed = "a.id,a.father_id,a.house_number,a.commission,a.agent_id,a.create_time,b.user_phone,b.user_name,b.user_id,c.id as order_id, $filed = "a.id,a.father_id,a.price,a.house_number,a.commission,a.agent_id,a.create_time,b.user_phone,b.user_name,b.user_id,c.id as order_id,
d.id as house_id,d.internal_title,d.internal_address,c.order_no,a.report_id"; d.id as house_id,d.internal_title,d.internal_address,c.order_no,a.report_id";
$result = $bargainModel->selectBargainList($filed, $params,1, 15); $result = $bargainModel->selectBargainList($filed, $params,1, 15);
$list = []; $list = [];
......
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