mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 09:21:46 +08:00 
			
		
		
		
	fix
This commit is contained in:
		| @@ -49,7 +49,7 @@ class CheckCommission extends Command | ||||
|             Order::where('commission_status', 0) | ||||
|                 ->where('status', 3) | ||||
|                 ->where('commission_balance', '>', 0) | ||||
|                 ->where('updated_at', '>=', strtotime('+3 day', time())) | ||||
|                 ->where('updated_at', '<=', strtotime('-3 day', time())) | ||||
|                 ->update([ | ||||
|                     'commission_status' => 1 | ||||
|                 ]); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user