|
|
|
@ -5377,7 +5377,6 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
//TODO
|
|
|
|
|
// warehouseUpdownStockUpAreaClient.downStockUpShelf(jsonObjects);
|
|
|
|
|
if (Func.isNotEmpty(packageCodes)) { |
|
|
|
|
distributionAsyncService.handlPakcage(packageIds, myCurrentWarehouse.getId()); |
|
|
|
|
//批量下架
|
|
|
|
|
String collected = packageCodes.stream().distinct().collect(Collectors.joining(",")); |
|
|
|
|
log.info(method + "司机批量签收进行包件下架:{}", collected); |
|
|
|
|