| | |
| | | } else { |
| | | if (matnr.startsWith("401") || matnr.startsWith("402")) { |
| | | //wrapper.notLike("loc_no", "F3"); |
| | | wrapper.notLike("loc_no", "F1"); |
| | | } else { |
| | | wrapper.notLike("loc_no", "F1"); |
| | | } |
| | |
| | | } |
| | | |
| | | @Override |
| | | public Double getSumAnfme2(String matnr, String threeCode) { |
| | | return this.baseMapper.selectSumAnfmeByMatnr2(matnr, threeCode); |
| | | } |
| | | |
| | | |
| | | @Override |
| | | public AgvLocDetl selectItem(String locNo, String matnr, String batch, String csocode, String isoCode) { |
| | | return this.baseMapper.selectItemByOrderNo(locNo, matnr, batch, csocode, isoCode); |
| | | } |