Merge branch 'dev'

This commit is contained in:
wucongxing8150 2024-12-17 16:33:18 +08:00
commit 3cd1d53f4a

View File

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