作者 郭文星

'213'

@@ -436,9 +436,9 @@ class Client extends Base @@ -436,9 +436,9 @@ class Client extends Base
436 $isuser=0; 436 $isuser=0;
437 $onuser=0; 437 $onuser=0;
438 $overuser=0; 438 $overuser=0;
439 - $isuser = Db::name('verification_receive')->where($where)->count(); 439 + $onuser = Db::name('verification_receive')->where($where)->count();
440 $where['type'] = 1; 440 $where['type'] = 1;
441 - $onuser=Db::name('verification_receive')->where($where)->count(); 441 + $isuser=Db::name('verification_receive')->where($where)->count();
442 $where['type'] = 2; 442 $where['type'] = 2;
443 $overuser=Db::name('verification_receive')->where($where)->count(); 443 $overuser=Db::name('verification_receive')->where($where)->count();
444 if ($data){ 444 if ($data){