|
|
|
@ -1571,7 +1571,9 @@ public class DistributionStockupAppController extends BladeController {
|
|
|
|
|
warehouseUpdownGoodsEntity.setAssociationValue(stockupDTO.getPacketBarCode()); |
|
|
|
|
warehouseUpdownGoodsEntity.setWarehouseId(distributionStockupEntity.getWarehouseId()); |
|
|
|
|
WarehouseUpdownGoodsEntity locationInformation = warehouseUpdownGoodsClient.getLocationInformation(warehouseUpdownGoodsEntity); |
|
|
|
|
entity.setAllocationTitle(locationInformation.getPositionCode()); |
|
|
|
|
if(ObjectUtils.isNotNull(locationInformation)){ |
|
|
|
|
entity.setAllocationTitle(locationInformation.getPositionCode()); |
|
|
|
|
} |
|
|
|
|
entity.setAllocationId(stockupDTO.getAllocationId()); |
|
|
|
|
} |
|
|
|
|
entity.setConditions("0"); |
|
|
|
|