bug修改

This commit is contained in:
2026-01-17 18:41:21 +08:00
parent 69e3570600
commit c5a622148f
3 changed files with 33 additions and 20 deletions

View File

@@ -742,7 +742,7 @@ class BlindBox extends adminApi
$etime = input('etime', date('Y-m-d h:i:s', time()));
$where = [];
if($room_id){
$where['room_id'] = $room_id;
$where['room_number'] = $room_id;
}
if($gift_id){
$where['gift_id'] = $gift_id;