退款表增加last_opreater等
This commit is contained in:
@@ -140,6 +140,7 @@ func refundOrderByTL(ctx *jxcontext.Context, orderPay *model.OrderPay, refundID
|
|||||||
RefundFee: orderPay.TotalFee,
|
RefundFee: orderPay.TotalFee,
|
||||||
RefundCreatedAt: time.Now(),
|
RefundCreatedAt: time.Now(),
|
||||||
}
|
}
|
||||||
|
dao.WrapAddIDCULDEntity(orderPayRefund, ctx.GetUserName())
|
||||||
db := dao.GetDB()
|
db := dao.GetDB()
|
||||||
if result.TrxStatus == tonglianpayapi.TrxStatusSuccess {
|
if result.TrxStatus == tonglianpayapi.TrxStatusSuccess {
|
||||||
orderPayRefund.Status = model.RefundStatusYes
|
orderPayRefund.Status = model.RefundStatusYes
|
||||||
|
|||||||
Reference in New Issue
Block a user