优惠卷调整
This commit is contained in:
@@ -128,7 +128,7 @@ namespace Hncore.Pass.Sells.Service
|
||||
{
|
||||
if (m_CouponUserOrginService.Exist(m => (m.ToUser == userId||m.ToUserRef== taobao) && m.CreateDate.Value.Month == DateTime.Now.Month))
|
||||
return false;
|
||||
return await this.Give(couponId, "", userId, 1, CouponOriginType.TaoBao);
|
||||
return await this.Give(couponId, "", userId, 1, CouponOriginType.TaoBao,"系统赠送",taobao);
|
||||
}
|
||||
|
||||
public async Task<bool> Freeze(int originId)
|
||||
|
||||
Reference in New Issue
Block a user