|
|
|
@ -1252,6 +1252,14 @@ public class DistrilbutionBillLadingServiceImpl extends BaseServiceImpl<Distrilb
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
DistributionStockArticleEntity stockArticleEntity = collect.get(i.getStockArticleId()).get(0); |
|
|
|
|
if (Func.isNotEmpty(stockArticleEntity)){ |
|
|
|
|
distributionStockArticleService.maintenanceOrderInfo(stockArticleEntity.getOrderCode(),stockArticleEntity.getWarehouseId()); |
|
|
|
|
}else { |
|
|
|
|
log.error("#########################修改自提单维护订单数据错误orderId:{}",i.getStockArticleId()); |
|
|
|
|
throw new RuntimeException("修改自提单维护订单数据错误"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}); |
|
|
|
|
if (!longs.isEmpty()) { |
|
|
|
|
// distributionZeroPackageService.deleteLogic(longs);
|
|
|
|
|