|
|
|
@ -3011,9 +3011,9 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
warehouseUpdownTypeClient.downPackageOrDelTray(parcelListEntity.getOrderPackageCode(), myCurrentWarehouse.getId(), "签收下架解托"); |
|
|
|
|
List<JSONObject> jsonObjects = new ArrayList<>(); |
|
|
|
|
JSONObject jsonObject = new JSONObject(); |
|
|
|
|
jsonObject.put("code",loadscanEntity.getOrderPackageCode()); |
|
|
|
|
jsonObject.put("code",distributionLoadscanEntity.getOrderPackageCode()); |
|
|
|
|
jsonObject.put("warehouseId",myCurrentWarehouse.getId()); |
|
|
|
|
jsonObject.put("taskId",loadscanEntity.getReservationId()); |
|
|
|
|
jsonObject.put("taskId",distributionLoadscanEntity.getReservationId()); |
|
|
|
|
jsonObject.put("type",1); |
|
|
|
|
jsonObject.put("num",1); |
|
|
|
|
jsonObject.put("remark","异常签收下架"); |
|
|
|
|