修改创建问诊订单

This commit is contained in:
2023-11-09 09:24:51 +08:00
parent c9964ecf16
commit c3f27807f0
3 changed files with 0 additions and 6 deletions
-4
View File
@@ -1212,10 +1212,6 @@ class PatientOrderService extends BaseService
$payment_amount_total = 0.01;
}
if ($payment_amount_total < 0) {
$payment_amount_total = 0;
}
// 确定支付渠道
// 支付渠道(1:小程序支付 2:微信扫码支付)
if ($client_type == 1) {