|
@@ -70,7 +70,7 @@ class Invite extends Controller
|
|
|
->field('pid,count(*) count')
|
|
|
->where('pid','>',0)
|
|
|
->where('is_auth',1)
|
|
|
- ->where('bank_num','is not null')
|
|
|
+ ->where('bank_num is not null')
|
|
|
->where($where)
|
|
|
->whereBetweenTime('create_at',$start_date_time,$end_date_time)
|
|
|
->group('pid')
|
|
@@ -81,7 +81,7 @@ class Invite extends Controller
|
|
|
->field('pid,count(*) count')
|
|
|
->where('pid','>',0)
|
|
|
->where('is_auth',1)
|
|
|
- ->where('bank_num','is not null')
|
|
|
+ ->where('bank_num is not null')
|
|
|
->where($where)
|
|
|
->group('pid')
|
|
|
->order('count desc')
|