This commit is contained in:
邹宗楠
2025-08-08 17:38:59 +08:00
parent 7c07f02fec
commit ca8e695ed2
2 changed files with 3 additions and 2 deletions

View File

@@ -916,6 +916,7 @@ func EwalletWithdrawD1(ctx *jxcontext.Context, orgNo, merchantNo, payType, drawA
DrawState: "DRAW.ACCEPTED",
DrawMode: "",
Memo: "",
CompleteTime: time.Now(),
}
dao.WrapAddIDCULEntity(withdrawal, ctx.GetUserName())
if err = dao.CreateEntity(dao.GetDB(), withdrawal); err != nil {

View File

@@ -123,9 +123,9 @@ func RefundOrderByLaKaLa(ctx *jxcontext.Context, orderPay *model.OrderPay, afsOr
OutTradeNo: afsOrder.AfsOrderID,
RefundAmount: utils.Int2Str(refundFee),
RefundReason: refundDesc,
OriginOutTradeNo: order.VendorOrderID,
OriginOutTradeNo: "",
OriginTradeNo: "",
OriginLogNo: "",
OriginLogNo: order.VendorOrderID2,
LocationInfo: lakala.LocationInfoObj{RequestIp: ctx.GetRealRemoteIP()},
}
globals.SugarLogger.Debugf("-----param-AggregateRefund := %s", utils.Format4Output(param, false))