| | |
| | | return this.baseMapper.selectLocByLocStsPakInF2(locMast.getCrnNo(),locMast.getBay1(),locMast.getLev1(),locMast.getGro1(),type); |
| | | } |
| | | |
| | | @Override |
| | | public LocMast selectLocByLocStsPakInShuttleF(Integer curRow,Integer nearRow,LocMast locMast,Long type) { |
| | | if (curRow>nearRow){ |
| | | return this.baseMapper.selectLocByLocStsPakInShuttleF1(locMast.getCrnNo(),locMast.getBay1(),locMast.getLev1(),locMast.getGro1(),type); |
| | | } |
| | | return this.baseMapper.selectLocByLocStsPakInShuttleF2(locMast.getCrnNo(),locMast.getBay1(),locMast.getLev1(),locMast.getGro1(),type); |
| | | } |
| | | |
| | | /* |
| | | * 获取目标库位所在巷道最深空库位 |
| | | * */ |