From 6df1f871f2b1442dffe0561edf91471c6c66df77 Mon Sep 17 00:00:00 2001 From: chenzhi Date: Wed, 26 May 2021 14:47:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=AE=BE=E7=BD=AE=E5=90=8E?= =?UTF-8?q?=E7=9A=84=E5=85=B6=E4=BB=96=E6=AF=94=E4=BE=8B=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/GameMarginController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Admin/Controller/GameMarginController.class.php b/Application/Admin/Controller/GameMarginController.class.php index 97d5ba27e..6cde89900 100644 --- a/Application/Admin/Controller/GameMarginController.class.php +++ b/Application/Admin/Controller/GameMarginController.class.php @@ -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'])