分组配置管理GroupName改为可手动输入
This commit is contained in:
@@ -408,7 +408,7 @@ public class DictUtils {
|
||||
/**
|
||||
* 获取公共组字典缓存
|
||||
*/
|
||||
public static List<CommonGroupInfo> getCommonGroups(Integer groupType){
|
||||
/*public static List<CommonGroupInfo> getCommonGroups(Integer groupType){
|
||||
String dictKey = Constants.CACHE_IPGROUP_DICT;
|
||||
if(groupType.equals(7)) {
|
||||
dictKey = Constants.CACHE_URLGROUP_DICT;
|
||||
@@ -436,6 +436,6 @@ public class DictUtils {
|
||||
}
|
||||
}
|
||||
return null;
|
||||
}
|
||||
}*/
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user