退款表增加last_opreater等

This commit is contained in:
苏尹岚
2020-03-02 12:39:06 +08:00
parent af24c63a1f
commit a8095f102d

View File

@@ -140,6 +140,7 @@ func refundOrderByTL(ctx *jxcontext.Context, orderPay *model.OrderPay, refundID
RefundFee: orderPay.TotalFee,
RefundCreatedAt: time.Now(),
}
dao.WrapAddIDCULDEntity(orderPayRefund, ctx.GetUserName())
db := dao.GetDB()
if result.TrxStatus == tonglianpayapi.TrxStatusSuccess {
orderPayRefund.Status = model.RefundStatusYes