release
parent
55400515e5
commit
d0ca429c4c
|
|
@ -41,7 +41,7 @@ class StatisticsTotal extends RadialBar
|
|||
'total_distribution'=> DistributionPreIncome::unsettlement()->sum('total_revenue'),
|
||||
'total_quota_v2' => UserInfo::sum('quota_v2'),
|
||||
'total_quota_v1' => UserInfo::sum('quota_v1'),
|
||||
'total_dealer_wallet' => bcdiv(DealerWallet::sum('balance'), 100, 2),
|
||||
'total_dealer_wallet' => bcdiv(DealerWallet::sum('balance'), 1, 2),
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue