多媒体、IP复用、增加导出excel和csv
This commit is contained in:
@@ -66,6 +66,12 @@ public class AvCfgService extends BaseService{
|
||||
page.setList(list);
|
||||
return page;
|
||||
}
|
||||
|
||||
public List<AvFileSampleCfg> getAvFileBySampleList(String ids){
|
||||
List<AvFileSampleCfg> list = avCfgDao.getAvFileBySampleList(ids);
|
||||
return list;
|
||||
}
|
||||
|
||||
public Page<AvSignSampleCfg> getAvSignSampleList(Page<AvSignSampleCfg> page, AvSignSampleCfg entity){
|
||||
// 生成数据权限过滤条件(dsf为dataScopeFilter的简写,在xml中使用 ${sqlMap.dsf}调用权限SQL)
|
||||
entity.getSqlMap().put("dsf", configScopeFilter(entity.getCurrentUser(),"a"));
|
||||
|
||||
Reference in New Issue
Block a user