bug修改
This commit is contained in:
@@ -188,9 +188,9 @@ class BlindBox extends adminApi
|
||||
if($type){
|
||||
$where['type'] = $type;
|
||||
}
|
||||
if($label){
|
||||
$where['label'] = $label;
|
||||
}
|
||||
// if($label){
|
||||
// $where['label'] = $label;
|
||||
// }
|
||||
$list = db::name("vs_gift")->where($where)->order('sort','asc')->select();
|
||||
$list_data = [];
|
||||
foreach ($list as $k=>$v){
|
||||
|
||||
Reference in New Issue
Block a user