支付方式修改

This commit is contained in:
2025-03-11 13:33:21 +08:00
parent f21f3d495d
commit d2fac81132

View File

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