From 65460a2dc7c69d8c0e031ec4c89e25d47e5173f2 Mon Sep 17 00:00:00 2001 From: yujian <yujian@123.com> Date: 星期二, 10 九月 2019 16:54:11 +0800 Subject: [PATCH] Merge branch 'div' of ssh://193.112.35.168:29418/fanli-server into div --- 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