mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 17:31:49 +08:00 
			
		
		
		
	update: statistics
This commit is contained in:
		| @@ -117,6 +117,8 @@ class V2boardStatistics extends Command | ||||
|         $statisticalService->setStartAt($startAt); | ||||
|         $statisticalService->setEndAt($endAt); | ||||
|         $data = $statisticalService->generateStatData(); | ||||
|         $data['record_at'] = $startAt; | ||||
|         $data['record_type'] = 'd'; | ||||
|         $statistic = Stat::where('record_at', $startAt) | ||||
|             ->where('record_type', 'd') | ||||
|             ->first(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user