|
|
@ -5391,7 +5391,7 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution |
|
|
|
//批量维护订单信息
|
|
|
|
//批量维护订单信息
|
|
|
|
if (Func.isNotEmpty(orderCodes)) { |
|
|
|
if (Func.isNotEmpty(orderCodes)) { |
|
|
|
String orderCode = orderCodes.stream().distinct().collect(Collectors.joining(",")); |
|
|
|
String orderCode = orderCodes.stream().distinct().collect(Collectors.joining(",")); |
|
|
|
distributionStockArticleService.maintenanceOrderInfo(orderCode, myCurrentWarehouse.getId()); |
|
|
|
distributionStockArticleService.maintenanceOrderInfo(orderCode, reservationEntity.getWarehouseId()); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
//维护客户信息状态
|
|
|
|
//维护客户信息状态
|
|
|
|