|
|
|
@ -414,8 +414,8 @@ class FinancialSummarySetController extends \Think\Controller
|
|
|
|
|
")
|
|
|
|
|
->where($map)
|
|
|
|
|
->find();
|
|
|
|
|
$moneyarry['wx'] += $dbres['wx_count'];
|
|
|
|
|
$moneyarry['gfzfb'] += $dbres['zfb_count'];
|
|
|
|
|
$moneyarry['wx'] += $dbres['wx_count']*100;
|
|
|
|
|
$moneyarry['gfzfb'] += $dbres['zfb_count']*100;
|
|
|
|
|
}
|
|
|
|
|
//玩家购买平台币
|
|
|
|
|
protected function getDepositPayWay(&$moneyarry)
|
|
|
|
@ -454,8 +454,8 @@ class FinancialSummarySetController extends \Think\Controller
|
|
|
|
|
")
|
|
|
|
|
->where($map)
|
|
|
|
|
->find();
|
|
|
|
|
$moneyarry['wx'] += $dbres['wx_count'];
|
|
|
|
|
$moneyarry['gfzfb'] += $dbres['zfb_count'];
|
|
|
|
|
$moneyarry['wx'] += $dbres['wx_count']*100;
|
|
|
|
|
$moneyarry['gfzfb'] += $dbres['zfb_count']*100;
|
|
|
|
|
}
|
|
|
|
|
public function addDb()
|
|
|
|
|
{
|
|
|
|
|