This commit is contained in:
zpc 2026-02-08 02:22:22 +08:00
parent fbd8dce034
commit 6e4c6c1023

View File

@ -374,7 +374,7 @@ public class UserBusinessService : IUserBusinessService
EndTime = endTime,
UserId = userId,
CouponId = coupon.Id,
Status = 1,
Status = 0, // 可用状态
State = 0, // 未使用
Ttype = coupon.Ttype ?? 0,
CreatedAt = DateTime.Now