no message

This commit is contained in:
hellcat 2025-11-09 12:23:18 +08:00
parent 5a36992d5a
commit bc64d352ab
2 changed files with 2 additions and 1 deletions

View File

@ -154,6 +154,7 @@ final class Cron
->groupBy('from') ->groupBy('from')
->get() ->get()
->toArray(); ->toArray();
var_dump($aVisitorCount);exit;
$aVisitorMix = []; $aVisitorMix = [];
foreach ($aVisitorCount as $row) { foreach ($aVisitorCount as $row) {

View File

@ -172,7 +172,7 @@ final class Test extends Base
{ {
$jobs = new Cron(); $jobs = new Cron();
$jobs->userCount(); $jobs->userCount();
$jobs->resetTodayBandwidth(); // $jobs->resetTodayBandwidth();
} }
public function orderCombo() public function orderCombo()