Commit 4a34a1b4 authored by hujun's avatar hujun

Merge remote-tracking branch 'origin/test' into test

parents 74e222d3 5cbf9321
......@@ -80,6 +80,7 @@ class StatementService
case 1:
//todo 统计门店下的所有经纪人
$params["store_id"] = $store_id;
$params["level"] = array( "neq", "30" );
$params["status"] = 0; //只查询正常状态的经纪人
break;
case 2:
......@@ -99,7 +100,7 @@ class StatementService
foreach ($agentsArr as $key => $value) {
$agentIds .= $value["id"] . ",";
if ($user_type == 1) {
array_push($store_list,$this->getStoreList($conditions, $value["id"], $value["name"]));
array_push($store_list, $this->getStoreList($conditions, $value["id"], $value["name"]));
}
}
$agentIds = rtrim($agentIds, ",");
......
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