This commit is contained in:
weiz 2023-11-13 17:12:24 +08:00
parent f6935bda30
commit d56cc36cb7

View File

@ -22,8 +22,8 @@
if($k != 'status'){ if($k != 'status'){
$where[] = [$k,'like','%'.$v.'%']; $where[] = [$k,'like','%'.$v.'%'];
}else{ }else{
if($v==3){ if($v==2){
$where[] = [$k,'in','3,4']; $where[] = [$k,'in','2,3,4'];
}else{ }else{
$where[] = [$k,'=',$v]; $where[] = [$k,'=',$v];
} }