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'], // 业务类型代码