| | |
| | | |
| | | LambdaQueryWrapper<LocMast> wrapper1 = new LambdaQueryWrapper<LocMast>() |
| | | .eq(LocMast::getLocSts, "O") |
| | | .eq(LocMast::getLocType1, 1) |
| | | .eq(LocMast::getLocType1, locTypeDto.getLocType1()) |
| | | .eq(LocMast::getCrnNo, staDesc.getDeviceNo()) |
| | | .eq(LocMast::getHostId, hostId) |
| | | .orderByAsc(LocMast::getLev1, LocMast::getBay1, LocMast::getRow1); |
| | | .eq(LocMast::getHostId, hostId); |
| | | |
| | | //库位搜索范围 |
| | | LocRangeDto locRangeDto = locTypeDto.getLocRangeDto(); |
| | |
| | | startupDto.setSourceStaNo(sourceStaNo); |
| | | startupDto.setStaNo(staNo.getDevNo()); |
| | | startupDto.setLocNo(locMast.getLocNo()); |
| | | startupDto.setCrnNo(locMast.getCrnNo()); |
| | | return startupDto; |
| | | } |
| | | } |