| | |
| | | } |
| | | |
| | | @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 int selectExtypeUser() { |
| | | return baseMapper.selectExtypeUser(); |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<Object, Object>> selectBx(String jurisdiction, String deptid,String type) { |
| | | return baseMapper.selectBx(jurisdiction, deptid,type); |
| | | } |
| | | |
| | | @Override |
| | |
| | | baseMapper.deleteDept(ids); |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<Object, Object>> selectLi(String jurisdiction, String deptid) { |
| | | return baseMapper.selectLi(jurisdiction, deptid); |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<Object, Object>> seCountI(String jurisdiction, String deptid) { |
| | | return baseMapper.seCountI(jurisdiction, deptid); |
| | | } |
| | | |
| | | @Override |
| | | public String seCountUm(String jurisdiction, String deptid) { |
| | | return baseMapper.seCountUm(jurisdiction, deptid); |
| | | } |
| | | |
| | | @Override |
| | | public String seCountUg(String jurisdiction, String deptid) { |
| | | return baseMapper.seCountUg(jurisdiction, deptid); |
| | | } |
| | | |
| | | |
| | | } |