This commit is contained in:
邹宗楠
2025-08-01 16:49:11 +08:00
parent 844ea7c129
commit ec1dbde460

View File

@@ -4,7 +4,6 @@ import (
"errors"
"fmt"
"math"
"net"
"regexp"
"strings"
"time"
@@ -330,7 +329,6 @@ func Pay4Order(ctx *jxcontext.Context, orderID int64, payType int, vendorPayType
err = dao.CreateEntity(dao.GetDB(), orderPay)
}
case model.PayTypeLaKaLa: //
ip, _, _ := net.SplitHostPort(ctx.GetRequest().RemoteAddr)
if orderPay, err = pay4OrderByLaKaLa(ctx, order, payType, vendorPayType, subAppID, "", ""); err == nil && orderPay != nil {
dao.WrapAddIDCULDEntity(orderPay, ctx.GetUserName())
err = dao.CreateEntity(dao.GetDB(), orderPay)