From fafd1fe7215da7fa9f8c8ef2e5717720fc0ed84f Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Sun, 9 Nov 2025 11:50:04 +0800 Subject: [PATCH] no message --- src/Services/Cron/Cron.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Services/Cron/Cron.php b/src/Services/Cron/Cron.php index f7339d680..c5b6ddadf 100755 --- a/src/Services/Cron/Cron.php +++ b/src/Services/Cron/Cron.php @@ -225,6 +225,9 @@ final class Cron $aAllMix = array_merge($aVisitorMix, $aRegMix, $aUserMix); + + CountUser::where("date", $sPrevDate)->delete(); + foreach ($aAllMix as $k => $v) { $oCountUserModel = new CountUser();