Skip to content

Commit

Permalink
fix: 发送邮件 未勾选异界属性,却带上了异界属性
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangjie committed Apr 23, 2023
1 parent 49dd3a1 commit 429ad18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/biz/gm/service/email.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func SendEmail(characNo int, email *Email) error {
dbx.Table("letter").Where("charac_no = ?", characNo).Order("letter_id desc").Take(&data)

//fmt.Println(123, data.LetterId)
amplifyOption := 3
amplifyOption := 0
amplifyValue := 0
if email.IsAmplify {
amplifyOption = email.AmplifyOption
Expand Down

0 comments on commit 429ad18

Please sign in to comment.