jdbc加入批量插入转换参数rewriteBatchedStatements=true

取消修改基础service中没必要调用的代码
This commit is contained in:
wangxin
2018-11-14 11:32:02 +08:00
parent e37dad3b67
commit 463a43c0c1
6 changed files with 28 additions and 6 deletions

View File

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