1
This commit is contained in:
@@ -916,6 +916,7 @@ func EwalletWithdrawD1(ctx *jxcontext.Context, orgNo, merchantNo, payType, drawA
|
|||||||
DrawState: "DRAW.ACCEPTED",
|
DrawState: "DRAW.ACCEPTED",
|
||||||
DrawMode: "",
|
DrawMode: "",
|
||||||
Memo: "",
|
Memo: "",
|
||||||
|
CompleteTime: time.Now(),
|
||||||
}
|
}
|
||||||
dao.WrapAddIDCULEntity(withdrawal, ctx.GetUserName())
|
dao.WrapAddIDCULEntity(withdrawal, ctx.GetUserName())
|
||||||
if err = dao.CreateEntity(dao.GetDB(), withdrawal); err != nil {
|
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,
|
OutTradeNo: afsOrder.AfsOrderID,
|
||||||
RefundAmount: utils.Int2Str(refundFee),
|
RefundAmount: utils.Int2Str(refundFee),
|
||||||
RefundReason: refundDesc,
|
RefundReason: refundDesc,
|
||||||
OriginOutTradeNo: order.VendorOrderID,
|
OriginOutTradeNo: "",
|
||||||
OriginTradeNo: "",
|
OriginTradeNo: "",
|
||||||
OriginLogNo: "",
|
OriginLogNo: order.VendorOrderID2,
|
||||||
LocationInfo: lakala.LocationInfoObj{RequestIp: ctx.GetRealRemoteIP()},
|
LocationInfo: lakala.LocationInfoObj{RequestIp: ctx.GetRealRemoteIP()},
|
||||||
}
|
}
|
||||||
globals.SugarLogger.Debugf("-----param-AggregateRefund := %s", utils.Format4Output(param, false))
|
globals.SugarLogger.Debugf("-----param-AggregateRefund := %s", utils.Format4Output(param, false))
|
||||||
|
|||||||
Reference in New Issue
Block a user