update
This commit is contained in:
parent
f6935bda30
commit
d56cc36cb7
@ -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];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user