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(