Commit 8bee0450 authored by zhuwei's avatar zhuwei

1

parent ec835e00
......@@ -592,7 +592,6 @@ class GHousesToAgents extends BaseModel
$where_["create_time"] = $params["create_time"];
}
$result = $this->where($where_)->count();
big_log($this->getLastSql());
return $result;
}
......
......@@ -786,7 +786,6 @@ class OBargainModel extends Model
->join($join)
->where($where_)
->select();
big_log($this->getLastSql());
return $return;
}
public function getAddBargainNumV2($params, $type)
......
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