1 #709

Merged
chenhao merged 1 commits from feat-IRONFANS-210-Robin into test 2024-08-23 17:08:13 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 00eca63c57 - Show all commits

View File

@ -30,7 +30,7 @@ func SendRavenIQTestResult(mail *dbstruct.Email, address, password string) error
if err != nil {
return err
}
attachName := fmt.Sprintf("测评结果.%v", format[:6])
attachName := fmt.Sprintf("测评结果.%v", format[6:])
m := gomail.NewMessage()