Commit 2be64939 authored by zhuwei's avatar zhuwei

bug

parent 33a06d7b
......@@ -66,7 +66,7 @@ class User extends Basic
{
$params = $this->params;
//app_request_source_type 1:代表全部客户
$app_request_source_type = !empty($params["request_source_type"]) ? $params["request_source_type"] : 0;
$app_request_source_type = !empty($params["app_request_source_type"]) ? $params["app_request_source_type"] : 0;
/*$params = array(
"user_status" => 0,//客户状态(0:求租;1:已租;-1:无效)
......@@ -159,7 +159,7 @@ class User extends Basic
$conditions['user_label'] = array( "neq", 2 );
}
}
//dump($app_request_source_type);exit;
/*if (!$is_search) {
$conditions['user_label'] = array( "neq", 2 );
}*/
......
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