...
|
...
|
@@ -436,9 +436,9 @@ class Client extends Base |
|
|
$isuser=0;
|
|
|
$onuser=0;
|
|
|
$overuser=0;
|
|
|
$isuser = Db::name('verification_receive')->where($where)->count();
|
|
|
$onuser = Db::name('verification_receive')->where($where)->count();
|
|
|
$where['type'] = 1;
|
|
|
$onuser=Db::name('verification_receive')->where($where)->count();
|
|
|
$isuser=Db::name('verification_receive')->where($where)->count();
|
|
|
$where['type'] = 2;
|
|
|
$overuser=Db::name('verification_receive')->where($where)->count();
|
|
|
if ($data){
|
...
|
...
|
|