From df01645fd79e48bcc11c4f0226d62e43035f859e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Fri, 28 May 2021 17:24:51 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=AE=A1=E7=90=86=E7=AB=AF=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E3=80=91=20https://www.tapd.cn/39598945/prong/stories?= =?UTF-8?q?/view/1139598945001000225?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/order/controller/CashOutAdmin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/order/controller/CashOutAdmin.php b/app/order/controller/CashOutAdmin.php index 9f233ee..aeb6d0b 100644 --- a/app/order/controller/CashOutAdmin.php +++ b/app/order/controller/CashOutAdmin.php @@ -41,7 +41,7 @@ class CashOutAdmin extends Controller $v['alipay_account'] = substr($v['alipay_account'], 0, 3) . '***' . substr($v['alipay_account'], -3); } - $count = $cash->getCount(); + $count = $cash->getCount($where); $data = [ 'Code' => 10000, 'count' => $count['count'],