Commit 3c04cd9d authored by zhuwei's avatar zhuwei

盘方和独家

parent 6cda240c
......@@ -1278,7 +1278,7 @@ class OrderLogService
$condition .= " and b.report_agent_id in (" . trim($agentArr) . ") ";
}
$caseHouseId = $vModel->getCaseHouseIdByAgentId($params["agent_id_s"]);
$caseHouseId = $vModel->getPanpartyAndExclusiveHouseIdByAgentId($params["agent_id_s"]);
$ids = "";
foreach ($caseHouseId as $item) {
$ids .= $item["houses_id"] . ",";
......
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