no message

This commit is contained in:
hellcat 2025-11-09 11:50:04 +08:00
parent e5cf0c39c2
commit fafd1fe721

View File

@ -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();