Merge branches 'release' and 'feature/finance_cwflhz' of 47.111.118.107:wmtx/platform into release

master
chenzhi 5 years ago
commit 2361c6502a

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

Loading…
Cancel
Save