|
|
@ -327,11 +327,11 @@ public class SyncOrderInfoServiceImpl implements ISyncOrderInfoService { |
|
|
|
if(!Objects.isNull(parcelListEntity)){ |
|
|
|
if(!Objects.isNull(parcelListEntity)){ |
|
|
|
String orderCode = parcelListEntity.getOrderCode(); |
|
|
|
String orderCode = parcelListEntity.getOrderCode(); |
|
|
|
parcelListEntity.setOrderPackageStatus("20"); |
|
|
|
parcelListEntity.setOrderPackageStatus("20"); |
|
|
|
parcelListEntity.setOrderPackageGroundingStatus("10"); |
|
|
|
// parcelListEntity.setOrderPackageGroundingStatus("10");
|
|
|
|
|
|
|
|
|
|
|
|
distributionParcelListClient.update(parcelListEntity); |
|
|
|
distributionParcelListClient.update(parcelListEntity); |
|
|
|
distributionStockArticleClient.updateOrderInfo(orderCode,warehouseId); |
|
|
|
distributionStockArticleClient.updateOrderInfo(orderCode,warehouseId); |
|
|
|
warehouseUpdownTypeClient.downPackageOrDelTray(orderPackageCode,warehouseId,"系统在库下架解托"); |
|
|
|
// warehouseUpdownTypeClient.downPackageOrDelTray(orderPackageCode,warehouseId,"系统在库下架解托");
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|