From ae9293e2060dbd763fee42d82911bc240b12136b Mon Sep 17 00:00:00 2001 From: chenxiaojun <956334972@qq.com> Date: Wed, 19 Feb 2020 19:50:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E5=B9=BF=E5=B9=B3=E5=8F=B0>=E8=B4=A2?= =?UTF-8?q?=E5=8A=A1=E7=AE=A1=E7=90=86>=E7=BB=93=E7=AE=97=E4=B8=AD?= =?UTF-8?q?=E5=BF=83--=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Home/Controller/FinanceController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Home/Controller/FinanceController.class.php b/Application/Home/Controller/FinanceController.class.php index dd031d65c..d65b914f6 100644 --- a/Application/Home/Controller/FinanceController.class.php +++ b/Application/Home/Controller/FinanceController.class.php @@ -233,7 +233,7 @@ class FinanceController extends BaseController foreach ($months as $month) { $data['begin_time'] = strtotime($month); $data['end_time'] = strtotime('+1 month', $data['begin_time']) - 1; - $balance = bcadd($balance, $withdrawModel->$fun($promote, $data)); + $balance = bcadd($balance, $withdrawModel->$fun($promote, $data), 2); } }