保持代码最新版。

This commit is contained in:
2025-08-12 14:18:59 +08:00
parent 406079433c
commit 4a209c6398
10 changed files with 56 additions and 23 deletions

View File

@@ -35,7 +35,7 @@ class DaySeconds
$data = [
'today_hot_value' => 0,
];
db::name('vs_room')->where(['id' => $value['id']])->save($data);
db::name('vs_room')->where(['id' => $value['id']])->update($data);
}
echo date('Y-m-d H:i:s').' 完成'."\n";
die;