wupengfei 2 vuotta sitten
vanhempi
commit
5192fb99c0
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      application/user/controller/Invite.php

+ 2 - 0
application/user/controller/Invite.php

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