PK麦上 不能串房间

This commit is contained in:
2026-01-20 17:42:35 +08:00
parent e6762b6b8b
commit a3ebb5d3f2

View File

@@ -485,11 +485,8 @@ class RoomHourRanking
* 配置:
*/
public function clear_room_today_hot_value() {
$where = [];
$where['delete_time'] = 0;
$where['is_show_room'] = 1;
$where['today_hot_value'] = ['gt',0];
$room = db::name('vs_room')->where($where)->select();
$room = db::name('vs_room')->where(['room_status' => 1,'today_hot_value' => ['>',0]])->select();
echo date('Y-m-d H:i:s').' 开始清零:'.count($room)."\n";
foreach ($room as $key => $value) {
$data = [