1
This commit is contained in:
parent
672661c708
commit
7a367d329e
@ -753,6 +753,7 @@ func (r *CouponService) GrantSystemCoupon(couponId, adminUserId int64, req reque
|
|||||||
tx.Rollback()
|
tx.Rollback()
|
||||||
return false, err
|
return false, err
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
go func() {
|
go func() {
|
||||||
// 发送通知
|
// 发送通知
|
||||||
@ -762,7 +763,6 @@ func (r *CouponService) GrantSystemCoupon(couponId, adminUserId int64, req reque
|
|||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
// 添加优惠卷发放记录表
|
// 添加优惠卷发放记录表
|
||||||
couponGrantModel := &model.CouponGrant{
|
couponGrantModel := &model.CouponGrant{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user