Commit 195d6fc9 authored by hujun's avatar hujun

客户搜索修改

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