Commit 1ae0808d authored by zhuwei's avatar zhuwei

bug

parent 53f38217
...@@ -231,7 +231,7 @@ class HomePageLog extends Basic ...@@ -231,7 +231,7 @@ class HomePageLog extends Basic
$result[$key]['internal_title'] = $res_a[0]['internal_title']; $result[$key]['internal_title'] = $res_a[0]['internal_title'];
} }
$count = $this->gHouseFollowUpModel->getSearchCount($join, $where_); $count = $this->gHouseFollowUpModel->getSearchCount( $where_);
if (count($result) > 0) { if (count($result) > 0) {
$list["result"] = $result; $list["result"] = $result;
$list["img_path"] = AGENTHEADERIMGURL; $list["img_path"] = AGENTHEADERIMGURL;
......
...@@ -135,7 +135,7 @@ class GHousesFollowUp extends BaseModel ...@@ -135,7 +135,7 @@ class GHousesFollowUp extends BaseModel
* @param $where * @param $where
* @return int * @return int
*/ */
public function getSearchCount($join, $where) public function getSearchCount( $where)
{ {
$data = $this $data = $this
->alias('f') ->alias('f')
......
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