This commit is contained in:
Your Name
2026-04-24 17:01:47 +08:00
parent 5d7b1e97fd
commit 96c603327e
2 changed files with 22 additions and 3 deletions
@@ -2117,6 +2117,8 @@ class PrescriptionOrderLogic
'result' => $result,
'order_no' => (string) $order->order_no,
'dose_count' => (int) ($orderArr['dose_count'] ?? $rx['dose_count'] ?? 0),
/** 本业务订单金额(与甘草预报价合计对比占比用) */
'amount' => round((float) ($order->amount ?? 0), 2),
];
}