wupengfei 2 سال پیش
والد
کامیت
235275dad7
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      application/user/controller/Invite.php

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

@@ -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')