This commit is contained in:
wucongxing 2023-04-04 13:56:11 +08:00
parent 1651896958
commit 4c23655a7c

View File

@ -1255,7 +1255,7 @@ class PatientOrderService extends BaseService
}
// 实际支付金额
if (env("APP_ENV") == "prod"){
if (env("APP_ENV") == "dev"){
$payment_amount_total = 0.01;
}else{
$payment_amount_total = $amount_total + $logistics_fee;