修改创建问诊订单
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user