fix:前台,预支付校验支付方式

This commit is contained in:
wolter 2024-08-26 15:33:07 +08:00
parent 0be3db7a89
commit d2541661e9
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ func (w *PayCheck) CheckOrderPay() {
default:
}
// 切换了支付方式
if w.Reqs.PayChannelId != w.OldOrder.PayChannelId {
if w.OldOrder.Status == common.ORDER_STATUS_PAYING && w.Reqs.PayChannelId != w.OldOrder.PayChannelId {
w.CheckCode = errorcode.OrderPayChannelChange
}
}