Commit 2756e468 authored by clone's avatar clone

commission 我的成交

parent edfbb080
......@@ -793,7 +793,7 @@ class OrderLogService
$params["ids"] = $ids;
$bargainModel = new OBargainModel();
$filed = "a.id,a.house_number,a.agent_id,a.create_time,b.user_phone,b.user_name,b.user_id,c.id as order_id,
$filed = "a.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,
d.id as house_id,d.internal_title,d.internal_address";
$result = $bargainModel->selectBargainList($filed, $params, $pageNo, $pageSize);
foreach ($result as $k => $v) {
......
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