| | |
| | | } |
| | | } |
| | | |
| | | @Override |
| | | public boolean updateAnfme(Double anfme, String locNo, String matnr, String batch,String bomCode, String threeCode) { |
| | | if (anfme <= 0) { |
| | | return this.baseMapper.deleteItem2(locNo, matnr, batch, bomCode, threeCode) > 0; |
| | | } else { |
| | | return baseMapper.updateAnfme2(anfme, locNo, matnr, batch, bomCode, threeCode) > 0; |
| | | } |
| | | } |
| | | |
| | | |
| | | @Override |
| | | public boolean updateLocNo(String newLocNo, String oldLocNo) { |
| | |
| | | } |
| | | |
| | | @Override |
| | | public LocDetl selectItem(String locNo, String matnr, String batch, String bomCode, String threeCode) { |
| | | return this.baseMapper.selectItem(locNo, matnr, batch); |
| | | } |
| | | |
| | | @Override |
| | | public Double getLocDetlSumQty(String locNo) { |
| | | return this.baseMapper.selectLocDetlSumQty(locNo); |
| | | } |