|
|
@@ -572,7 +572,7 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
|
|
|
redisService.set(key, 1l, RedisService.key.NF_UPGRAD_USER_LIMIT_KEY.getTimeout());
|
|
|
} else {
|
|
|
Integer value = (Integer) redisService.get(key);
|
|
|
- if (value > 5) {
|
|
|
+ if (value >= 5) {
|
|
|
throw BusinessRuntimeException.getInstance("获取失败,请联系客服");
|
|
|
}
|
|
|
redisService.incr(key, 1L);
|