From c63202ae27f2b0c2ca900af6b98c610ea0e41764 Mon Sep 17 00:00:00 2001 From: lq Date: Mon, 7 Apr 2025 10:33:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E6=8E=A8=E9=80=81=EF=BC=88?= =?UTF-8?q?=E4=B8=AD=E8=8D=AF=E8=AE=A2=E5=8D=95)=E6=B1=9F=E5=A5=A5?= =?UTF-8?q?=E5=B7=9D=E6=8E=A5=E5=8F=A3=E6=96=87=E6=A1=A3=E7=BB=99=E9=94=99?= =?UTF-8?q?=E4=BA=86=EF=BC=8C=E5=BA=94=E8=AF=A5=E6=98=AF=E8=A6=81=E4=BC=A0?= =?UTF-8?q?=E6=80=BB=E9=87=91=E9=A2=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/jobs/ProductOrderSyncJob.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/jobs/ProductOrderSyncJob.php b/common/jobs/ProductOrderSyncJob.php index 4e673a2..ea60591 100644 --- a/common/jobs/ProductOrderSyncJob.php +++ b/common/jobs/ProductOrderSyncJob.php @@ -84,7 +84,8 @@ class ProductOrderSyncJob extends BaseJob implements JobInterface // 剂量重量,即加工内容的条目数 'post_weight' => count($recipeContent), // 单剂量金额,总价格除以总剂量并四舍五入到两位小数 - 'post_amount' => round($recipe['total_price']/$recipe['dosage'],2), +// 'post_amount' => round($recipe['total_price']/$recipe['dosage'],2), + 'post_amount' => $recipe['total_price'], // 诊断信息 'diagnose' => $prescriptionContent['clinical_diagnose'], // 业务类型代码