bug修改

This commit is contained in:
2026-01-30 17:17:25 +08:00
parent 30b580f374
commit 40a70c20e2
2 changed files with 4 additions and 3 deletions

View File

@@ -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){