Commit 15d9a259 authored by hujun's avatar hujun

客户列表搜索状态

parent 72319449
...@@ -130,7 +130,7 @@ class Member extends Basic{ ...@@ -130,7 +130,7 @@ class Member extends Basic{
} }
//客户状态(0:求租;1:已租;-1:无效) //客户状态(0:求租;1:已租;-1:无效)
if (!empty($params['rent_user'])) { if (!empty($params['rent_user']) && $params['rent_user'] != 2) {
$where['a.user_status'] = $params['user_rent']; $where['a.user_status'] = $params['user_rent'];
} }
......
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