| | |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<Object, Object>> selectDisp(String deptid) { |
| | | return baseMapper.selectDisp(deptid); |
| | | public List<Map<Object, Object>> selectDisp(String deptid,String jurisdiction) { |
| | | return baseMapper.selectDisp(deptid,jurisdiction); |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<Object, Object>> selectSoil(String deptid) { |
| | | return baseMapper.selectSoil(deptid); |
| | | public List<Map<Object, Object>> selectSoil(String deptid,String jurisdiction) { |
| | | return baseMapper.selectSoil(deptid,jurisdiction); |
| | | } |
| | | |
| | | @Override |
| | | public Map<String, String> queryYearKh(String year, String jurisdiction, String deptid) { |
| | | public List queryYearKh(String year, String jurisdiction, String deptid) { |
| | | return baseMapper.queryYearKh(year, jurisdiction, deptid); |
| | | } |
| | | |
| | | |
| | | /** |
| | | * 查询培训单位信息(可以报名) |
| | | * @param page |