支付方式修改

This commit is contained in:
2025-03-11 13:35:34 +08:00
parent 5a2782d0ff
commit 50bd6ae12a

View File

@@ -220,7 +220,7 @@ class ProductOrderController extends BaseAppController
$count = count($granular['list']);
}
if ($prescription['category'] === 1) {
if ($prescription['category'] === 2) {
$ProductOrder['total_pay_price'] = $ProductOrder['trans_expenses'];
$ProductOrder['items_price'] = 0;
}