Commit 9ee38c2b authored by zhuwei's avatar zhuwei

月客源

parent 44067d6a
...@@ -160,7 +160,7 @@ class StatementService ...@@ -160,7 +160,7 @@ class StatementService
#月房源 #月房源
$result["house_num_month"] = $this->housesToAgents->getAddHouseNumByAgentId($conditions); $result["house_num_month"] = $this->housesToAgents->getAddHouseNumByAgentId($conditions);
#月客源 #月客源
$result["user_num_month"] = $this->userModel->getAddUserNumByAgentId($conditions); $result["user_num_month"] = $this->userModel->getAddUserNumByAgentIdV2($conditions);
//月带看(报备) //月带看(报备)
$addMarchInNum = $this->marchInModel->getAddMarchInNum($conditions); $addMarchInNum = $this->marchInModel->getAddMarchInNum($conditions);
$result["follow_up_num_month"] = isset($addMarchInNum[0]["num"]) ? $addMarchInNum[0]["num"] : 0; $result["follow_up_num_month"] = isset($addMarchInNum[0]["num"]) ? $addMarchInNum[0]["num"] : 0;
......
...@@ -524,7 +524,6 @@ class AAgents extends BaseModel ...@@ -524,7 +524,6 @@ class AAgents extends BaseModel
->field("id,name,status") ->field("id,name,status")
->where($params) ->where($params)
->select(); ->select();
//dump($this->getLastSql());
return $result; return $result;
} }
......
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