Commit 7982cb20 authored by zw's avatar zw

Merge branch 'test'

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