各业务配置批量下发功能提交

This commit is contained in:
段冬梅
2019-03-18 15:58:15 +08:00
parent 36f09542da
commit 805d444d01
9 changed files with 294 additions and 304 deletions

View File

@@ -108,6 +108,10 @@ public class AppCfgService extends BaseService {
page.setList(list);
return page;
}
public List<AppIpCfg> findAppIpList(AppIpCfg entity) {
List<AppIpCfg> list = appCfgDao.findAppIpList(entity);
return list;
}
public List<AppIpCfg> findAppByIpList(String ids) {
List<AppIpCfg> list = appCfgDao.findAppByIpList(ids);