基本配置增加csv和excel导出
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user