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