fix:
修复终身卡邮件没有type
This commit is contained in:
parent
4fa797f93d
commit
34ce5c01aa
@ -76,7 +76,7 @@ export class SchedulerNewDayLocalCtor extends Scheduler {
|
||||
// 发送邮件
|
||||
EmailFun.addEmail({
|
||||
uid: logs[i].uid,
|
||||
type: con.type,
|
||||
type: "system",
|
||||
title: con.title,
|
||||
content: con.content,
|
||||
contentInsertArr: [],
|
||||
|
Loading…
Reference in New Issue
Block a user