From c81abece7108874ef06388fe850e2834b9bdf451 Mon Sep 17 00:00:00 2001
From: chenxiaojun <956334972@qq.com>
Date: Thu, 7 Nov 2019 14:15:03 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E5=B9=BF=E5=90=8E=E5=8F=B0->=E8=B4=A2?=
 =?UTF-8?q?=E5=8A=A1=E7=AE=A1=E7=90=86->=E7=BB=93=E7=AE=97=E6=98=8E?=
 =?UTF-8?q?=E7=BB=86--=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 f90f42549..d3c586c4b 100644
--- a/Application/Home/Controller/FinanceController.class.php
+++ b/Application/Home/Controller/FinanceController.class.php
@@ -197,7 +197,7 @@ class FinanceController extends BaseController
         $count = $model->where($map)->count();
 
         //ζηŽ°ηŠΆζ€
-        $withdrawIds = [];
+        $withdrawIds = [0];
         foreach ($data as $key => $value) {
             if ($value['withdraw_id'] > 0 && !in_array($value['withdraw_id'], $withdrawIds)) {
                 $withdrawIds[] = $value['withdraw_id'];