| | |
| | | return baseMapper.seCountUg(jurisdiction, deptid); |
| | | } |
| | | |
| | | @Override |
| | | public Map<String, String> queryYearPz(String year, String jurisdiction, String deptid) { |
| | | return baseMapper.queryYearPz(year, jurisdiction, deptid); |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<Object, Object>> selectTb(String jurisdiction,String enterpriseName) { |
| | | return baseMapper.selectTb(jurisdiction, enterpriseName); |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<Object, Object>> selectJj(String jurisdiction,String enterpriseName) { |
| | | return baseMapper.selectJj(jurisdiction, enterpriseName); |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<Object, Object>> selectYw(String jurisdiction, String deptid) { |
| | | return baseMapper.selectYw(jurisdiction, deptid); |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<Object, Object>> selectUIn(String deptid, String name, String hold, String photo, String examinationtype, String dispatch,String soil) { |
| | | return baseMapper.selectUIn(deptid, name, hold, photo, examinationtype, dispatch,soil); |
| | | } |
| | | |
| | | |
| | | } |