| | |
| | | } |
| | | |
| | | @Override |
| | | public void updateRtype(String type,String rid) { |
| | | baseMapper.updateRtype(type,rid); |
| | | } |
| | | |
| | | @Override |
| | | public List<Taskqd> selectList(Integer id) { |
| | | return baseMapper.selectList(id); |
| | | } |
| | |
| | | } |
| | | |
| | | @Override |
| | | public Integer selectNum(String serid, String jurisdiction) { |
| | | return baseMapper.selectNum(serid, jurisdiction); |
| | | public List<Map<String, Object>> selectNum(String serid, String jurisdiction,String workjurisdiction) { |
| | | return baseMapper.selectNum(serid, jurisdiction,workjurisdiction); |
| | | } |
| | | |
| | | @Override |
| | | public String querySerid(String rid) { |
| | | return baseMapper.querySerid(rid); |
| | | } |
| | | } |