支付方式修改

This commit is contained in:
2025-03-11 13:08:03 +08:00
parent 8beb1129df
commit f332b9e7cf

View File

@@ -131,7 +131,7 @@ class ProductOrderSubmitForm extends BaseModel
$paymentProductOrder->amount = $productOrder['total_pay_price'];
if ($productOrder->prescription->category?? 1 === 2) {
if ($productOrder->delivery_method === 0) {
$paymentProductOrder->amount = $productOrder['trans_expenses'];
$total_fee = $productOrder['trans_expenses'];
}
}