Commit f1fd216b authored by zw's avatar zw

日报周报 bug

parent bfab05e7
...@@ -157,7 +157,8 @@ class StatementService ...@@ -157,7 +157,8 @@ class StatementService
$store_list["agent_name"] = $agent_name; $store_list["agent_name"] = $agent_name;
$store_list["house_num"] = $this->houseModel->getAddHouseNumByAgentId($conditions_); $store_list["house_num"] = $this->houseModel->getAddHouseNumByAgentId($conditions_);
$store_list["user_num"] = $this->userModel->getAddUserNumByAgentId($conditions_); $store_list["user_num"] = $this->userModel->getAddUserNumByAgentId($conditions_);
$store_list["follow_up_num"] = $this->followUpModel->getAddFollowUpNumByAgentId($conditions_); //$store_list["follow_up_num"] = $this->followUpModel->getAddFollowUpNumByAgentId($conditions_);
$store_list["follow_up_num"] = $this->reportModel->getAddFollowUpNumByAgentId($conditions_);
return $store_list; return $store_list;
} }
......
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