Commit 0a62cef1 authored by zhuwei's avatar zhuwei

1

parent 927c0524
...@@ -765,12 +765,8 @@ class StatementService ...@@ -765,12 +765,8 @@ class StatementService
$agent_total = count($agentsArr); $agent_total = count($agentsArr);
if ($agent_total > 0) { if ($agent_total > 0) {
$agentIds = ""; $agentIds = "";
$store_list = [];
foreach ($agentsArr as $key1 => $value1) { foreach ($agentsArr as $key1 => $value1) {
$agentIds .= $value1["id"] . ","; $agentIds .= $value1["id"] . ",";
// $store_list_["id"] = $value1["id"];
// $store_list_["name"] = $value1["name"];
// $store_list[] = $store_list_;
} }
$agentIds = rtrim($agentIds, ",");//经纪人ID集合 $agentIds = rtrim($agentIds, ",");//经纪人ID集合
}//查询总监下面门店的所有经纪人 end }//查询总监下面门店的所有经纪人 end
......
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