更新sql和代码规范修改

This commit is contained in:
moxiangrong
2024-02-18 15:26:45 +08:00
parent 6f5e6e4662
commit c132b68745
1293 changed files with 43935 additions and 18456 deletions

View File

@ -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);
}
}