From 858f1596c068f623062effabcba04134eed5a407 Mon Sep 17 00:00:00 2001 From: CODE <1650192445@qq.com> Date: Mon, 4 Sep 2023 17:48:35 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=AE=E4=BB=B6=E7=9A=84=E5=8F=91=E9=80=81?= =?UTF-8?q?=E6=97=B6=E9=97=B4log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/app/lib/schedule/alarms_push.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/app/lib/schedule/alarms_push.js b/api/app/lib/schedule/alarms_push.js index f5d9d9f..33870a0 100644 --- a/api/app/lib/schedule/alarms_push.js +++ b/api/app/lib/schedule/alarms_push.js @@ -1555,6 +1555,8 @@ module.exports = function (app, opts) { console.log('emails', emails); } if (emails.length) { + pLog(`推送给${emails.length}人`); + pLog(moment().format()) await pushByEmail({ email: emails, title: emailTitle,