ResponsePage增加导出功能

This commit is contained in:
wangwei
2019-06-23 18:19:06 +08:00
parent 30ec0dc379
commit c812bebb2d
6 changed files with 122 additions and 26 deletions

View File

@@ -132,5 +132,9 @@ public class ProxyFileResponsePageService extends BaseService{
List<ProxyFileResponsePageCfg> list=proxyFileDao.findPage(entity);
return list;
}
public List<ProxyFileResponsePageCfg> findByList(String ids) {
List<ProxyFileResponsePageCfg> list=proxyFileDao.findByList(ids);
return list;
}
}