Merge branch 'develop' of http://192.168.10.125/k18_web/NFS.git into develop
This commit is contained in:
@@ -140,6 +140,9 @@ public class AsnIpController extends BaseController{
|
||||
ConfigGroupInfo info=AsnCacheUtils.get(Long.parseLong(id));
|
||||
if(info!=null) {
|
||||
groupMap.put(id, info.getGroupName());
|
||||
}else {
|
||||
info=asnIpCfgService.getConfigGroupInfoByAsnNo(Long.parseLong(id));
|
||||
groupMap.put(id, info.getGroupName());
|
||||
}
|
||||
}
|
||||
return groupMap;
|
||||
|
||||
Reference in New Issue
Block a user