基本配置增加csv和excel导出

This commit is contained in:
leijun
2018-12-26 14:47:23 +08:00
parent 52f88155e2
commit b2eb6afad9
23 changed files with 590 additions and 115 deletions

View File

@@ -68,6 +68,12 @@ public class SpecificServiceCfgService extends BaseService{
public List<SpecificServiceCfg> findAllSpecificServiceCfg(SpecificServiceCfg specificServiceCfg, String orderBy) {
return specificServiceCfgDao.findAllSpecificServiceCfg(specificServiceCfg,orderBy);
}
public List<SpecificServiceCfg> findBySpecificServiceCfg(String ids) {
return specificServiceCfgDao.findBySpecificServiceCfg(ids);
}
/**
* 保存或修改
* @param specificServiceCfg