各业务配置批量下发功能提交
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user