From b3560b43455098c6b24de760ab1a3aa6b743a2df Mon Sep 17 00:00:00 2001 From: chenzhi Date: Tue, 18 Feb 2020 16:06:28 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=B4=A2=E5=8A=A1?= =?UTF-8?q?=E6=B1=87=E6=80=BB=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controller/FinancialSummarySetController.class.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Application/Admin/Controller/FinancialSummarySetController.class.php b/Application/Admin/Controller/FinancialSummarySetController.class.php index 6d08cb495..2f49c500a 100644 --- a/Application/Admin/Controller/FinancialSummarySetController.class.php +++ b/Application/Admin/Controller/FinancialSummarySetController.class.php @@ -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() { From e55bfcb2d87454f8f3190dc8fef530bd2c5eee57 Mon Sep 17 00:00:00 2001 From: zhengchanglong Date: Tue, 18 Feb 2020 16:14:23 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=A5=96=E7=BD=9A=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E9=83=A8=E5=88=86=E5=AD=97=E6=AE=B5=E5=8F=AA=E8=AF=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../StatementMangement/rewardManageSave.html | 160 +++++++++--------- 1 file changed, 83 insertions(+), 77 deletions(-) diff --git a/Application/Admin/View/StatementMangement/rewardManageSave.html b/Application/Admin/View/StatementMangement/rewardManageSave.html index d9fdcfe6f..43b9f5f22 100644 --- a/Application/Admin/View/StatementMangement/rewardManageSave.html +++ b/Application/Admin/View/StatementMangement/rewardManageSave.html @@ -25,7 +25,7 @@ @@ -62,22 +62,28 @@ charset="UTF-8">
+ class="form-horizontal form_info_ml" id="form">
奖惩编辑
  • - + +
  • - + +
  • @@ -93,22 +99,22 @@ $account):?>
  • @@ -153,72 +159,72 @@
- - - + + + \ No newline at end of file