|
@@ -65,7 +65,7 @@ class Index extends AuthController
|
|
|
//待处理提现
|
|
|
$topData['treatedExtract'] = UserExtractModel::where('status', 0)->count();
|
|
|
|
|
|
- $topData['treatedRecharge'] = UserRecharge::where('paid', 0)->count();
|
|
|
+ $topData['treatedRecharge'] = UserRecharge::where('paid', 2)->count();
|
|
|
$topData['treatedSite'] = CashTradeOrder::where('trade_uid', 0)->where('status', -1)->count();
|
|
|
$topData['USDT'] = UserMoney::where('money_type', 'USDT')->sum('money');
|
|
|
$topData['recharged'] = UserRecharge::where('recharge_type', 'USDT')->where('paid', 1)->whereTime('add_time', 'today')->sum('price');
|