优惠卷新增了用户数据1
This commit is contained in:
parent
bfa338d71f
commit
c461c77c61
@ -63,7 +63,7 @@ func GetUserCouponListDto(m []*model.UserCoupon) []*UserCouponDto {
|
|||||||
|
|
||||||
// 加载用户数据
|
// 加载用户数据
|
||||||
if v.User != nil {
|
if v.User != nil {
|
||||||
response = response.LoadCoupon(v.Coupon)
|
response = response.LoadUser(v.User)
|
||||||
}
|
}
|
||||||
|
|
||||||
// 将转换后的结构体添加到新切片中
|
// 将转换后的结构体添加到新切片中
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user