邮件优化
This commit is contained in:
parent
e5e75f9436
commit
4b009814f9
@ -480,6 +480,7 @@ type SqlServerMailStruct struct {
|
|||||||
Register_time int64 `db:"register_time"`
|
Register_time int64 `db:"register_time"`
|
||||||
End_time int64 `db:"end_time"`
|
End_time int64 `db:"end_time"`
|
||||||
Mail_type int `db:"mail_type"`
|
Mail_type int `db:"mail_type"`
|
||||||
|
Send_type int `db:"send_type"`
|
||||||
To_uids string `db:"to_uids"`
|
To_uids string `db:"to_uids"`
|
||||||
CreateTime int64 `db:"create_time"`
|
CreateTime int64 `db:"create_time"`
|
||||||
}
|
}
|
||||||
|
|||||||
@ -76,6 +76,7 @@ func (r *MailMgr) LoadMail(msg *msg.Msg) (interface{}, error) {
|
|||||||
Register_time: v.Register_time,
|
Register_time: v.Register_time,
|
||||||
End_time: v.End_time,
|
End_time: v.End_time,
|
||||||
Mail_type: v.Mail_type,
|
Mail_type: v.Mail_type,
|
||||||
|
Send_type: v.Send_type,
|
||||||
To_uids: Uids,
|
To_uids: Uids,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user