| | |
| | | public int deleteTjDwGroupingById(String id) { |
| | | return tjDwGroupingMapper.deleteTjDwGroupingById(id); |
| | | } |
| | | |
| | | @Override |
| | | public int selectTjDwGroupingBySex(String dwDeptId, String sex) { |
| | | return tjDwGroupingMapper.selectTjDwGroupingBySex(dwDeptId,sex); |
| | | } |
| | | |
| | | @Override |
| | | public int selectTjDwGroupingByDwDeptId(String dwDeptId) { |
| | | return tjDwGroupingMapper.selectTjDwGroupingByDwDeptId(dwDeptId); |
| | | } |
| | | |
| | | @Override |
| | | public int selectTjDwGroupingByDwId(String dwId) { |
| | | return tjDwGroupingMapper.selectTjDwGroupingByDwId(dwId); |
| | | } |
| | | } |