修改获取redis的方法,默认从2号库获取序列

This commit is contained in:
RenKaiGe-Office
2018-05-24 16:36:26 +08:00
parent 5c3b340a97
commit 2391170301
3 changed files with 11 additions and 11 deletions

View File

@@ -34,5 +34,5 @@ public interface ConfigRedisService {
* @param key 需要自增的key
* @return
*/
public Long getIncrId(String key, int service);
public Long getIncrId(String key);
}