业务配置增加勾选导出
This commit is contained in:
@@ -60,6 +60,14 @@ public class AppMultiFeatureCfgService extends BaseService {
|
||||
page.setList(list);
|
||||
return page;
|
||||
}
|
||||
|
||||
//分页查询
|
||||
public List<AppFeatureIndex> findAppByFeatureIndexList(String ids) {
|
||||
List<AppFeatureIndex> list = appMultiFeatureCfgDao.findAppByFeatureIndexList(ids);
|
||||
return list;
|
||||
}
|
||||
|
||||
|
||||
public AppFeatureIndex getAppFeatureIndex(Long cfgId) {
|
||||
return appMultiFeatureCfgDao.getAppFeatureIndex(cfgId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user