bug 修改

This commit is contained in:
2026-01-16 09:07:31 +08:00
parent 9bec4ef093
commit b0b6ef72a5
10 changed files with 32 additions and 112 deletions

View File

@@ -151,7 +151,7 @@ class GiftNew extends Model
$type = 1;
}
if(!$room_id){ //临时补贴iOS没有传此值
if(!$room_id){
$room_id = db::name('vs_room_visitor')->where(['user_id' => $user_id])->order('id desc')->value('room_id');
}