From be51c7be1ba7d3c3c16e7e4061d5d25eb0661628 Mon Sep 17 00:00:00 2001 From: huxuejian Date: Thu, 13 Aug 2026 13:51:50 +0800 Subject: [PATCH] Update index.js --- hlw/consult-order/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hlw/consult-order/index.js b/hlw/consult-order/index.js index 4f452d1..9c4ba82 100644 --- a/hlw/consult-order/index.js +++ b/hlw/consult-order/index.js @@ -1584,7 +1584,7 @@ async function startConsultOrder(item) { MsgType: "TIMCustomElem", MsgContent: { Data: "START", - Ext: "医生会尽快接诊,请在当前页面等待,避免错过医生的消息或视频问诊提示", + Ext: "医生会尽快接诊,请在当前页面等待,避免错过医生的消息", }, }, ], @@ -2363,7 +2363,7 @@ async function autoHandleExpireOrder() { async function generateRegisterId(db, type = 'consult-register-id') { const key = dayjs().format('YYYY-MM-DD'); - const day = dayjs().format('YYMMDD') + const day = dayjs().format('YYYYMMDD') const collection = db.collection('sequence-counter'); const result = await collection.findOneAndUpdate(