优惠卷调整

This commit is contained in:
wanyongkang
2020-10-16 12:14:19 +08:00
parent a9ce8c8d01
commit 8faeaa64bb
2 changed files with 16 additions and 14 deletions

View File

@@ -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)