Commit e4d56bbc by zt

修改

parent 78042c55
...@@ -162,7 +162,6 @@ public class UserController { ...@@ -162,7 +162,6 @@ public class UserController {
if (Integer.valueOf(redisUtils.get(userIp,indexDb)) >= ipLimitTimes ){ if (Integer.valueOf(redisUtils.get(userIp,indexDb)) >= ipLimitTimes ){
//todo 存入数据库清除key //todo 存入数据库清除key
redisUtils.del(userIp,indexDb); redisUtils.del(userIp,indexDb);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment