From a8e58ebae454196983f8dd9e504f60eea873f55d Mon Sep 17 00:00:00 2001 From: weiz Date: Mon, 13 Nov 2023 17:23:35 +0800 Subject: [PATCH] update --- app/common/controller/LogisticController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/controller/LogisticController.php b/app/common/controller/LogisticController.php index 0a345158..f1f2fcf8 100644 --- a/app/common/controller/LogisticController.php +++ b/app/common/controller/LogisticController.php @@ -23,7 +23,7 @@ $where[] = [$k,'like','%'.$v.'%']; }else{ if($v==2){ - $where[] = [$k,'in','2,3,4']; + $where[] = [$k,'in','2,3']; }else{ $where[] = [$k,'=',$v]; }