优化设置后的其他比例问题

master
chenzhi 4 years ago
parent 543fc37ba2
commit 6df1f871f2

@ -173,7 +173,7 @@ class GameMarginController extends AdminController
->setCellValue('E'.$line, $v['cp_promote_ratio']/100)
->setCellValue('F'.$line, $v['cp_ratio']/100)
->setCellValue('G'.$line, $v['cp_statement_amount'])
->setCellValue('H'.$line, $v['cp_rebate_ratio'])
->setCellValue('H'.$line, $v['cp_rebate_ratio']/100)
->setCellValue('I'.$line, $v['cp_rebate_amount'])
->setCellValue('J'.$line, $v['cp_other_amount'])
->setCellValue('K'.$line, $v['pc_pay_amount'])

Loading…
Cancel
Save