| | |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<Object, Integer>> selectExtype(String jurisdiction, String deptid) { |
| | | public List<Map<Object, Object>> selectExtype(String jurisdiction, String deptid) { |
| | | return baseMapper.selectExtype(jurisdiction, deptid); |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<Object, Integer>> selectBx(String jurisdiction, String deptid) { |
| | | public List<Map<Object, Object>> selectBx(String jurisdiction, String deptid) { |
| | | return baseMapper.selectBx(jurisdiction, deptid); |
| | | } |
| | | |
| | |
| | | return baseMapper.queryYearDe(year, jurisdiction, deptid); |
| | | } |
| | | |
| | | @Override |
| | | public Map selectPcount(String jurisdiction, String deptid) { |
| | | return baseMapper.selectPcount(jurisdiction, deptid); |
| | | } |
| | | |
| | | @Override |
| | | public Map selectWPcount(String jurisdiction, String deptid) { |
| | | return baseMapper.selectWPcount(jurisdiction, deptid); |
| | | } |
| | | |
| | | |
| | | } |