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

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