| | |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<Object, Object>> selectExtype(String jurisdiction, String deptid) { |
| | | return baseMapper.selectExtype(jurisdiction, deptid); |
| | | public List<Map<Object, Object>> selectExtype(String jurisdiction, String deptid,String type) { |
| | | return baseMapper.selectExtype(jurisdiction, deptid,type); |
| | | } |
| | | |
| | | @Override |
| | |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<Object, Object>> selectBx(String jurisdiction, String deptid) { |
| | | return baseMapper.selectBx(jurisdiction, deptid); |
| | | public List<Map<Object, Object>> selectBx(String jurisdiction, String deptid,String type) { |
| | | return baseMapper.selectBx(jurisdiction, deptid,type); |
| | | } |
| | | |
| | | @Override |