去除测试环境默认药品价格

This commit is contained in:
wucongxing 2023-11-09 09:32:38 +08:00
parent c3f27807f0
commit 015e37ce5d

View File

@ -1208,9 +1208,9 @@ class PatientOrderService extends BaseService
// 实际支付金额=商品总金额-优惠卷金额+运费金额
$payment_amount_total = bcadd(bcsub($amount_total , $coupon_amount_total,2), $logistics_fee, 2);
if ($app_env == "dev") {
$payment_amount_total = 0.01;
}
// if ($app_env == "dev") {
// $payment_amount_total = 0.01;
// }
// 确定支付渠道
// 支付渠道1:小程序支付 2:微信扫码支付)