Commit f5f705f4 authored by hujun's avatar hujun

客户列表搜索

parent c78480fb
......@@ -221,7 +221,7 @@ class Member extends Basic{
}
//邀请人部门
if (!empty($params['referrer_district_id']) && $params['referrer_district_id'] != -1 && empty($params['district_id'])) {
if (!empty($params['referrer_district_id']) && $params['referrer_district_id'] != -1 && (empty($params['district_id']) || $params['district_id'] != '-1')) {
$where['b.district_id'] = $params['district_id'];
$type = 4;
}
......
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