no message
This commit is contained in:
parent
e5cf0c39c2
commit
fafd1fe721
@ -225,6 +225,9 @@ final class Cron
|
|||||||
|
|
||||||
$aAllMix = array_merge($aVisitorMix, $aRegMix, $aUserMix);
|
$aAllMix = array_merge($aVisitorMix, $aRegMix, $aUserMix);
|
||||||
|
|
||||||
|
|
||||||
|
CountUser::where("date", $sPrevDate)->delete();
|
||||||
|
|
||||||
foreach ($aAllMix as $k => $v) {
|
foreach ($aAllMix as $k => $v) {
|
||||||
|
|
||||||
$oCountUserModel = new CountUser();
|
$oCountUserModel = new CountUser();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user