业务配置增加勾选导出
This commit is contained in:
@@ -932,4 +932,9 @@ public class IpCfgService extends CrudService<IpCfgDao,BaseIpCfg> {
|
||||
return page;
|
||||
}
|
||||
|
||||
public List<CfgIndexInfo> getByIdsList(String ids) {
|
||||
List<CfgIndexInfo> list = ipCfgDao.getByIdsList(ids);
|
||||
return list;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user