更新sql和代码规范修改
This commit is contained in:
@ -47,7 +47,7 @@ public class RedisCaptchaServiceImpl implements CaptchaCacheService {
|
||||
|
||||
@Override
|
||||
public Long increment(String key, long val) {
|
||||
return stringRedisTemplate.opsForValue().increment(key,val);
|
||||
return stringRedisTemplate.opsForValue().increment(key, val);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user