1
This commit is contained in:
parent
bc958a875c
commit
22c98596c4
@ -130,7 +130,7 @@ class InGameMallController extends BaseAuthedController {
|
||||
$strWhere = implode(',',$arrItemFilters);
|
||||
return "AND item_id IN ('${strWhere}')";
|
||||
}else{
|
||||
return "AND item_id = '${arrItemFilters}'";
|
||||
return "AND item_id = '${itemFilters}'";
|
||||
}
|
||||
}
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user