1
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user