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]; }