| | |
| | | } |
| | | |
| | | @Override |
| | | public int selectWrkMastBareBoardStaNo(Integer ioType,Integer staNo) { |
| | | return this.baseMapper.selectWrkMastBareBoardStaNo(ioType,staNo); |
| | | public int selectWrkMastBareBoardStaNo(Integer ioType, Integer staNo) { |
| | | return this.baseMapper.selectWrkMastBareBoardStaNo(ioType, staNo); |
| | | } |
| | | |
| | | @Override |
| | | public List<WrkMast> selectWrkMastWrkDetl(Integer ioType, FindLocNoAttributeVo findLocNoAttributeVo, Integer crnNo) { |
| | | return this.baseMapper.selectWrkMastWrkDetl(ioType,findLocNoAttributeVo.getMatnr(),findLocNoAttributeVo.getBatch(),findLocNoAttributeVo.getBrand() |
| | | ,findLocNoAttributeVo.getStandby1(),findLocNoAttributeVo.getStandby2(),findLocNoAttributeVo.getStandby3() |
| | | ,findLocNoAttributeVo.getBoxType1(),findLocNoAttributeVo.getBoxType2(),findLocNoAttributeVo.getBoxType3() |
| | | ,crnNo); |
| | | return this.baseMapper.selectWrkMastWrkDetl(ioType, findLocNoAttributeVo.getMatnr(), findLocNoAttributeVo.getBatch(), findLocNoAttributeVo.getBrand() |
| | | , findLocNoAttributeVo.getStandby1(), findLocNoAttributeVo.getStandby2(), findLocNoAttributeVo.getStandby3() |
| | | , findLocNoAttributeVo.getBoxType1(), findLocNoAttributeVo.getBoxType2(), findLocNoAttributeVo.getBoxType3() |
| | | , crnNo); |
| | | } |
| | | } |