修改了上报失败问题

This commit is contained in:
wucongxing8150 2024-12-17 16:33:07 +08:00
parent b961436de3
commit 2f92ef3dfc

View File

@ -560,7 +560,7 @@ class OrderPrescriptionService extends BaseService
$result["amount"] = bcsub($value["product_price"],$value["actual_product_price"],2); // 优惠金额 $result["amount"] = bcsub($value["product_price"],$value["actual_product_price"],2); // 优惠金额
$result["count"] = 1; $result["count"] = 1;
$promotion = array_push($promotion,$result); $promotion[] = $result;
} }
} }
} }