From fb04e2d60d86f4e821c0d816972f3b1c4e56ac9d Mon Sep 17 00:00:00 2001 From: yaooo <272523191@qq.com> Date: Tue, 15 Aug 2023 09:07:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=BB=9F=E8=AE=A1=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/api/Auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controller/api/Auth.php b/app/controller/api/Auth.php index c1db22f5..506013ea 100644 --- a/app/controller/api/Auth.php +++ b/app/controller/api/Auth.php @@ -905,7 +905,7 @@ class Auth extends BaseController $districtCode = $this->request->param('district_code', ''); $streetCode = $this->request->param('street_code'); $villageCode = $this->request->param('village_code', ''); - $brigadeId = $this->request->param('brigade_id', 0); + $brigadeId = $this->request->param('brigade_id', -1); $startDate = $this->request->param('start_date', date('Y-m-d')); $endDate = $this->request->param('end_date', date('Y-m-d')); $queryBuilder = Db::name('ProductOrderLog')->where('status', 1);