Commit 310f3474 authored by clone's avatar clone

注释

parent 741a45cc
......@@ -55,7 +55,7 @@ class User extends Basic
public function searchUser()
{
$params = $this->params;
$params = array(
/* $params = array(
"yetai" => "休闲娱乐",
"area_start" => 45,//面积起始范围 room_area2
"area_end" => 65,//面积结束范围
......@@ -65,7 +65,7 @@ class User extends Basic
"end_time" => "2018-05-30",
"pageNo" => 1,
"pageSize" => 15
);
);*/
$field = "id as user_id,sex,user_nick,user_phone,user_status,agent_id,create_time,industry_type,price_demand,area_demand";
$conditions = [];
......
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