From 37b2f586eadf4ca44f749112f9ee2d95c752dc18 Mon Sep 17 00:00:00 2001 From: zhora Date: Tue, 16 Sep 2025 15:00:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E9=82=AE=E4=BB=B6=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- call/mail.go | 1 + 1 file changed, 1 insertion(+) diff --git a/call/mail.go b/call/mail.go index ac353e2..bf6a58c 100644 --- a/call/mail.go +++ b/call/mail.go @@ -63,6 +63,7 @@ func checkMail(uid int, red *common.PlayerRed) { one := v one.ID = 0 one.Receiver = uid + one.Time = now db.Mysql().Create(&one) mailCount++ }