| | |
| | | } |
| | | |
| | | @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); |
| | | } |
| | | |
| | | |
| | | /** |
| | | * 查询培训单位信息(可以报名) |
| | |
| | | return page.setRecords(baseMapper.securityPage(page, information)); |
| | | } |
| | | |
| | | |
| | | /** |
| | | * 培训公司信息查询,下拉 |
| | | */ |
| | | @Override |
| | | public List<InformationVO> trainUnitTree(InformationVO information) { |
| | | return baseMapper.securityPage(null, information); |
| | | } |
| | | |
| | | @Override |
| | | public void importInfor(List<InforExcel> data, Boolean isCovered) { |
| | | data.forEach(InforExcel -> { |