From d56cc36cb71c42fbf25c1a06fa0ff90f1cf7307a Mon Sep 17 00:00:00 2001 From: weiz Date: Mon, 13 Nov 2023 17:12:24 +0800 Subject: [PATCH] update --- app/common/controller/LogisticController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/common/controller/LogisticController.php b/app/common/controller/LogisticController.php index 1f05ba51..0a345158 100644 --- a/app/common/controller/LogisticController.php +++ b/app/common/controller/LogisticController.php @@ -22,8 +22,8 @@ if($k != 'status'){ $where[] = [$k,'like','%'.$v.'%']; }else{ - if($v==3){ - $where[] = [$k,'in','3,4']; + if($v==2){ + $where[] = [$k,'in','2,3,4']; }else{ $where[] = [$k,'=',$v]; }