This commit is contained in:
邹宗楠
2022-11-24 17:12:24 +08:00
parent d974a2ff1d
commit c3f43c899f
5 changed files with 32 additions and 34 deletions

View File

@@ -196,7 +196,7 @@ func OnWxPaySendPage(db *dao.DaoDB, order *model.Order, call *tonglianpayapi.Cal
return err
}
//1-余额,2-微信,5-混合
if order.PayMethod == 5 {
if order.PayMethod == model.OrderPayMethodMix {
userBill, err := dao.GetUserBill(db, order.UserID, "")
if err != nil {
return err