| | |
| | | |
| | | List<WrkDetl> selectAndLogByOrderNoGroupByMatnrOfSum(String orderNo); |
| | | |
| | | boolean updateIoTimeWms(Integer wrkNo, Date now); |
| | | } |
| | |
| | | int getStoreCount(Integer crnNo); |
| | | |
| | | int selectWrkMastBareBoardStaNo(Integer ioType,Integer staNo); |
| | | |
| | | int saveWrkMastLog(Integer wrkNo); |
| | | } |
| | |
| | | public List<WrkDetl> selectAndLogByOrderNoGroupByMatnrOfSum(String orderNo) { |
| | | return this.baseMapper.selectAndLogByOrderNoGroupByMatnrOfSum(orderNo); |
| | | } |
| | | |
| | | @Override |
| | | public boolean updateIoTimeWms(Integer workNo, Date ioTime) { |
| | | return this.baseMapper.updateIoTimeWms(workNo, ioTime) > 0; |
| | | } |
| | | } |
| | |
| | | return this.baseMapper.selectWrkMastBareBoardStaNo(ioType,staNo); |
| | | } |
| | | |
| | | @Override |
| | | public int saveWrkMastLog(Integer workNo){ |
| | | return this.baseMapper.saveWrkMastLog(workNo); |
| | | }; |
| | | |
| | | } |