Commit d316795d authored by clone's avatar clone

1

parent 09b3db26
...@@ -947,7 +947,7 @@ class OfficePerformanceService ...@@ -947,7 +947,7 @@ class OfficePerformanceService
$list[$key]["salesman"] = $result[0]["name"]; $list[$key]["salesman"] = $result[0]["name"];
} }
if($item["type"] == 92){ if($item["type"] == 92){
$param["a.houses_id"] = $item["house_id"]; $param["a.house_id"] = $item["house_id"];
$param["a.type"] = 3; $param["a.type"] = 3;
$param["a.is_del"] = 0; $param["a.is_del"] = 0;
$exclusive = $gModel->getAgentsByHouseId( "a.houses_id,b.name", $param); $exclusive = $gModel->getAgentsByHouseId( "a.houses_id,b.name", $param);
......
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