update: statistical service

This commit is contained in:
v2board
2023-04-15 19:43:19 +08:00
parent 7be6553396
commit 24b4c174c1
2 changed files with 8 additions and 2 deletions

View File

@ -66,10 +66,11 @@ class V2boardStatistics extends Command
'record_at' => $recordAt
])) {
DB::rollback();
break;
throw new \Exception('stat user fail');
}
}
DB::commit();
$statService->clearStatUser();
}
private function statOrder()