mirror of
https://github.com/v2board/v2board.git
synced 2025-06-16 14:47:48 +08:00
update: statistical service
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user