|
|
@ -8173,7 +8173,13 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution |
|
|
|
aaa.add(trunklinePackageTrackLog); |
|
|
|
aaa.add(trunklinePackageTrackLog); |
|
|
|
} |
|
|
|
} |
|
|
|
//下架解托
|
|
|
|
//下架解托
|
|
|
|
warehouseUpdownTypeClient.downPackageOrDelTray(distributionLoadscanEntity.getOrderPackageCode(), myCurrentWarehouse.getId(), "签收下架解托"); |
|
|
|
String orderPackageCodes = parcelListEntity.getOrderPackageCode(); |
|
|
|
|
|
|
|
Long warehouseId = myCurrentWarehouse.getId(); |
|
|
|
|
|
|
|
String remark = "签收下架解托"; |
|
|
|
|
|
|
|
log.info("------------------orderPackageCodes={}",orderPackageCodes); |
|
|
|
|
|
|
|
log.info("------------------warehouseId={}",warehouseId); |
|
|
|
|
|
|
|
log.info("------------------remark={}",remark); |
|
|
|
|
|
|
|
warehouseUpdownTypeClient.downPackageOrDelTray(orderPackageCodes, warehouseId, remark); |
|
|
|
pushList.add(distributionLoadscanEntity); |
|
|
|
pushList.add(distributionLoadscanEntity); |
|
|
|
packageLockIds.add(parcelListEntity.getId()); |
|
|
|
packageLockIds.add(parcelListEntity.getId()); |
|
|
|
parcelListEntity.setOrderPackageLoadingStatus(OrderPackageLoadingStatusConstant.yizhuangche.getValue()); |
|
|
|
parcelListEntity.setOrderPackageLoadingStatus(OrderPackageLoadingStatusConstant.yizhuangche.getValue()); |
|
|
|