| | |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<Object, String>> selectInCount() { |
| | | return baseMapper.selectInCount(); |
| | | public List<Map<Object, String>> selectInCount(String jurisdiction,String deptid) { |
| | | return baseMapper.selectInCount(jurisdiction,deptid); |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<String, Object>>selectCs(String jurisdiction,String deptid) { |
| | | return baseMapper.selectCs(jurisdiction,deptid); |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<String, Object>> selectTo(String jurisdiction,String deptid) { |
| | | return baseMapper.selectTo(jurisdiction,deptid); |
| | | } |
| | | |
| | | @Override |
| | | public Map<String, String> queryYearSoil(String year,String jurisdiction,String deptid) { |
| | | return baseMapper.queryYearSoil(year,jurisdiction,deptid); |
| | | } |
| | | @Override |
| | | public Map<String, String> queryYearAn(String year,String jurisdiction,String deptid) { |
| | | return baseMapper.queryYearAn(year,jurisdiction,deptid); |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<Object, Integer>> queryCountB(String jurisdiction, String deptid) { |
| | | return baseMapper.queryCountB(jurisdiction, deptid); |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<Object, Integer>> queryCountZc(String jurisdiction, String deptid) { |
| | | return baseMapper.queryCountZc(jurisdiction, deptid); |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<Object, Integer>> queryCountCz(String jurisdiction, String deptid) { |
| | | return baseMapper.queryCountCz(jurisdiction, deptid); |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<Object, Integer>> queryCountSb(String jurisdiction, String deptid) { |
| | | return baseMapper.queryCountSb(jurisdiction, deptid); |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<Object, Integer>> queryCountKh(String jurisdiction, String deptid) { |
| | | return baseMapper.queryCountKh(jurisdiction, deptid); |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<Object, Integer>> queryCountPq(String jurisdiction, String deptid) { |
| | | return baseMapper.queryCountPq(jurisdiction, deptid); |
| | | } |
| | | |
| | | @Override |
| | | public Map<String, String> queryYearZ(String year, String jurisdiction, String deptid) { |
| | | return baseMapper.queryYearZ(year, jurisdiction, deptid); |
| | | } |
| | | |
| | | @Override |
| | | public Map<String, String> queryYearZc(String year, String jurisdiction, String deptid) { |
| | | return baseMapper.queryYearZc(year, jurisdiction, deptid); |
| | | } |
| | | |
| | | @Override |
| | | public Map<String, String> queryYearCz(String year, String jurisdiction, String deptid) { |
| | | return baseMapper.queryYearCz(year, jurisdiction, deptid); |
| | | } |
| | | |
| | | @Override |
| | | public Map<String, String> queryYearKh(String year, String jurisdiction, String deptid) { |
| | | return baseMapper.queryYearKh(year, jurisdiction, deptid); |
| | | } |
| | | |
| | | |
| | | } |