Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
2025-10-16 11:37:58 +08:00

View File

@@ -28,9 +28,6 @@ class RoomHourRanking extends Model
//是否开启巡乐会 //是否开启巡乐会
$is_open_xlh = db::name('vs_hour_ranking_config')->where('id', 1)->value('is_open_xlh'); $is_open_xlh = db::name('vs_hour_ranking_config')->where('id', 1)->value('is_open_xlh');
//是否开启红包(下面的不要删掉,以后要用)
// $is_open_red_pack = db::name('vs_hour_ranking_config')->where('id', 1)->value('is_open_red_pack');
$is_open_red_pack = 0 ;
// 更进一步的优化版本: // 更进一步的优化版本:
$subQuery = Db::name('vs_give_gift') $subQuery = Db::name('vs_give_gift')