Commit 90fa505d authored by zhuwei's avatar zhuwei

1

parent 0d3e5dda
...@@ -146,7 +146,7 @@ class StatementService ...@@ -146,7 +146,7 @@ class StatementService
$result["agent_total"] = $agent_total; $result["agent_total"] = $agent_total;
$result["house_num"] = $this->housesToAgents->getAddHouseNumByAgentId($conditions); $result["house_num"] = $this->housesToAgents->getAddHouseNumByAgentId($conditions);
dump($conditions); // dump($conditions);
$result["user_num"] = $this->userModel->getAddUserNumByAgentId($conditions); $result["user_num"] = $this->userModel->getAddUserNumByAgentId($conditions);
//dump($conditions); //dump($conditions);
//本周带看(报备) //本周带看(报备)
......
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