修复终身卡邮件没有type
This commit is contained in:
xcy 2023-12-28 15:18:47 +08:00
parent 96729c719a
commit bf4f22d092

View File

@ -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: [],