| | |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<Object, Object>> selectLi(String jurisdiction, String deptid) { |
| | | return baseMapper.selectLi(jurisdiction, deptid); |
| | | public List<Map<Object, Object>> selectLi(String jurisdiction, String deptid,Integer current,Integer size) { |
| | | return baseMapper.selectLi(jurisdiction, deptid,current,size); |
| | | } |
| | | |
| | | @Override |
| | |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<Object, Object>> selectTb(String jurisdiction,String enterpriseName) { |
| | | return baseMapper.selectTb(jurisdiction, enterpriseName); |
| | | public List<Map<Object, Object>> selectTb(String jurisdiction,String enterpriseName,Integer current,Integer size) { |
| | | return baseMapper.selectTb(jurisdiction, enterpriseName,current,size); |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<Object, Object>> selectJj(String jurisdiction,String enterpriseName) { |
| | | return baseMapper.selectJj(jurisdiction, enterpriseName); |
| | | public List<Map<Object, Object>> selectJj(String jurisdiction,String enterpriseName,Integer current,Integer size) { |
| | | return baseMapper.selectJj(jurisdiction, enterpriseName,current,size); |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<Object, Object>> selectYw(String jurisdiction, String deptid) { |
| | | return baseMapper.selectYw(jurisdiction, deptid); |
| | | public List<Map<Object, Object>> selectYw(String jurisdiction, String deptid,Integer current,Integer size) { |
| | | return baseMapper.selectYw(jurisdiction, deptid,current,size); |
| | | } |
| | | |
| | | @Override |
| | |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<Object, Object>> selectDis(String jurisdiction, String name, String fwname) { |
| | | return baseMapper.selectDis(jurisdiction, name, fwname); |
| | | public List<Map<Object, Object>> selectDis(String jurisdiction,String deptid,String fid,Integer current,Integer size) { |
| | | return baseMapper.selectDis(jurisdiction,deptid,fid,current,size); |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<Object, Object>> selectFw() { |
| | | return baseMapper.selectFw(); |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<Object, Object>> selectCf(String jurisdiction) { |
| | | return baseMapper.selectCf(jurisdiction); |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<Object, Object>> selectCl(String jurisdiction) { |
| | | return baseMapper.selectCl(jurisdiction); |
| | | } |
| | | |
| | | |