mirror of
				https://github.com/v2board/v2board.git
				synced 2025-11-01 01:41:47 +08:00 
			
		
		
		
	fix remindtraffic
This commit is contained in:
		| @@ -66,7 +66,7 @@ class SendRemindMail extends Command | ||||
|     { | ||||
|         if ($this->remindTrafficIsWarnValue(($user->u + $user->d), $user->transfer_enable)) { | ||||
|             $sendCount = MailLog::where('created_at', '>=', strtotime(date('Y-m-1'))) | ||||
|                 ->where('template_name', 'mail.sendRemindTraffic') | ||||
|                 ->where('template_name', 'like', '%remindTraffic%') | ||||
|                 ->count(); | ||||
|             if ($sendCount > 0) return; | ||||
|             SendEmailJob::dispatch([ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user