| | |
| | | } |
| | | |
| | | @Override |
| | | public boolean increaseAnfme(Long orderId, String matnr, String batch, Double qty) { |
| | | return this.baseMapper.increaseAnfme(orderId, matnr, batch, qty) > 0; |
| | | } |
| | | |
| | | @Override |
| | | public boolean increase(Long orderId, String matnr, String batch, Double qty) { |
| | | return this.baseMapper.increase(orderId, matnr, batch, qty) > 0; |
| | | } |
| | |
| | | return this.baseMapper.modifyStatus(orderId, status) > 0; |
| | | } |
| | | |
| | | @Override |
| | | public List<OrderDetl> selectRemainder(Long orderId) { |
| | | return this.baseMapper.selectRemainder(orderId); |
| | | } |
| | | |
| | | } |