|
@@ -919,7 +919,7 @@ public class WmsDocOrderHeaderServiceImpl implements IWmsDocOrderHeaderService {
|
|
|
List<InvLotLocIdLotattVO> endLocIdLotattVOList = new ArrayList<>();
|
|
|
for (String pallet : pallets) {
|
|
|
InvLocIdSearchFrom invLocIdSearch = new InvLocIdSearchFrom();
|
|
|
- invLocIdSearchFrom.setLotatt07(pallet);
|
|
|
+ invLocIdSearch.setLotatt07(pallet);
|
|
|
List<InvLotLocIdLotattVO> invLotLocIdLotattList = invLotLocIdService.selectInvLocIdLotattList(invLocIdSearch);
|
|
|
for (InvLotLocIdLotattVO v : invLotLocIdLotattList) {
|
|
|
// 库存数量和分配数量不相等 或者 库存绑定备货单位空 代表更新备货减少影响到的托盘
|