更新
This commit is contained in:
@@ -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),
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user