| | |
| | | */ |
| | | package org.springblade.modules.information.service.impl; |
| | | |
| | | import org.springblade.modules.dispatcher.vo.DispatcherVO; |
| | | import org.springblade.modules.information.entity.Information; |
| | | import org.springblade.modules.information.vo.InformationVO; |
| | | import org.springblade.modules.information.mapper.InformationMapper; |
| | |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<Object, Object>> selectLi(String jurisdiction, String deptid,Integer current,Integer size) { |
| | | return baseMapper.selectLi(jurisdiction, deptid,current,size); |
| | | public IPage selectLi(IPage page,String jurisdiction, String deptid) { |
| | | return page.setRecords(baseMapper.selectLi(page,jurisdiction, deptid)); |
| | | } |
| | | |
| | | @Override |