Commit f303178b authored by zhuwei's avatar zhuwei

bug

parent f5dfbf4c
......@@ -132,7 +132,7 @@ class LookShop extends Basic
$where_["status"] = 0;
//经纪人姓名搜索
if (!empty($params["name"])) {
$where_["name"] = $params["name"];
$where_["name"] = array( "like", "%" . trim($params['name']) . "%" );
}
$agentList = $this->agentsModel->getAgentByIdV2($field, $where_, $page_no, $page_size);
......
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