|
@@ -177,7 +177,7 @@ public class KuaishouPromoterServiceImpl implements IKuaishouPromoterService {
|
|
|
String key = DateUtils.getDate() + "_" + id + "_" + promoterId;
|
|
|
String value = (String) redisUtil.get(key);
|
|
|
if (Check.isNotNull(value) && "1".equals(value)) {
|
|
|
-// return;
|
|
|
+ return;
|
|
|
}
|
|
|
redisUtil.set(key, "1", 60 * 60 * 24);
|
|
|
|