修改获取redis的方法,默认从2号库获取序列
This commit is contained in:
@@ -34,5 +34,5 @@ public interface ConfigRedisService {
|
||||
* @param key 需要自增的key
|
||||
* @return
|
||||
*/
|
||||
public Long getIncrId(String key, int service);
|
||||
public Long getIncrId(String key);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user