From 288f9abba62dae8488a1a832cd3d574fd3bfd589 Mon Sep 17 00:00:00 2001 From: huxuejian Date: Tue, 8 Sep 2026 17:03:52 +0800 Subject: [PATCH] Update index.js --- hlw/diagnostic-record/index.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hlw/diagnostic-record/index.js b/hlw/diagnostic-record/index.js index bbeb7f5..d27cbd7 100644 --- a/hlw/diagnostic-record/index.js +++ b/hlw/diagnostic-record/index.js @@ -2230,6 +2230,7 @@ async function getYbReviewResult(ctx, db) { }); const medInfo = order.medInfo && typeof order.medInfo === "object" ? order.medInfo : {}; + const now = Date.now(); const reviewData = { feeType: order.feeType, patientId: order.patientId, @@ -2243,6 +2244,9 @@ async function getYbReviewResult(ctx, db) { doctorCode: order.doctorCode, diagnosisList, drugs: reviewDrugs, + auditTime: now, + prescriptionStartTime: now, + prescriptionEndTime: now, }; const payload = formatUploadRxData(reviewData); const { success, message } = await hnHis({