From d81dce8b6eda776728202bda8c133bba9cbc3672 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?zhaobing=E2=80=99?= Date: Thu, 16 Nov 2023 10:48:04 +0800 Subject: [PATCH] fix bugs --- api/app/lib/schedule/alarms_push.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/app/lib/schedule/alarms_push.js b/api/app/lib/schedule/alarms_push.js index 2a2613b..b038e7f 100644 --- a/api/app/lib/schedule/alarms_push.js +++ b/api/app/lib/schedule/alarms_push.js @@ -93,7 +93,7 @@ module.exports = function (app, opts) { if (h) { title = title + h + '时' } - if (h) { + if (m) { title = title + m + '分' } pLog('calcMinute2DHM Rslt', title)