| | |
| | | } |
| | | |
| | | @Override |
| | | public int updateWrkStsByWrkNoAndCurrentWrkSts(Integer wrkNo, Long wrkSts, Long currentWrkSts) { |
| | | return this.baseMapper.updateWrkStsByWrkNoAndCurrentWrkSts(wrkNo, wrkSts, currentWrkSts); |
| | | } |
| | | |
| | | @Override |
| | | public int deleteByWrkNoAndCurrentWrkSts(Integer wrkNo, Long currentWrkSts) { |
| | | return this.baseMapper.deleteByWrkNoAndCurrentWrkSts(wrkNo, currentWrkSts); |
| | | } |
| | | |
| | | @Override |
| | | public int deleteByWrkNoAndMkIn(Integer wrkNo, List<String> mks) { |
| | | return this.baseMapper.deleteByWrkNoAndMkIn(wrkNo, mks); |
| | | } |
| | | |
| | | @Override |
| | | public List<WrkTaskCountVo> selectCrnTaskCountList() { |
| | | return this.baseMapper.selectCrnTaskCountList(WrkIoType.IN.id); |
| | | } |