From 2012b3b5db3c6b06535a68f775bcc81b16151b90 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期五, 06 九月 2019 16:54:00 +0800
Subject: [PATCH] 加入任务

---
 fanli/src/main/java/com/yeshi/fanli/service/impl/integral/IntegralGetServiceImpl.java |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/impl/integral/IntegralGetServiceImpl.java b/fanli/src/main/java/com/yeshi/fanli/service/impl/integral/IntegralGetServiceImpl.java
index 5142949..aeb29f0 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/impl/integral/IntegralGetServiceImpl.java
+++ b/fanli/src/main/java/com/yeshi/fanli/service/impl/integral/IntegralGetServiceImpl.java
@@ -246,6 +246,7 @@
 	}
 
 	@IntegralGetVersionLimit(uid = "#uid")
+	@IntegralGetFrequencyLimit(key = "'taoLiJinBuy-'+#uid", time = 30)
 	@Async()
 	@Override
 	public void addTaoLiJinBuy(Long uid, Long goodsId) {
@@ -356,6 +357,7 @@
 	}
 
 	@IntegralGetVersionLimit(uid = "#uid")
+	@IntegralGetFrequencyLimit(key = "'closeRecommendGoods-'+#uid", time = 30)
 	@Async()
 	@Override
 	public void addCloseRecommendGoods(Long uid) {
@@ -367,6 +369,7 @@
 	}
 
 	@IntegralGetVersionLimit(uid = "#uid")
+	@IntegralGetFrequencyLimit(key = "'couponRebate-'+#uid", time = 30)
 	@Async()
 	@Override
 	public void addCouponRebate(Long uid) {

--
Gitblit v1.8.0