|
|
|
@ -786,7 +786,7 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
if (Func.isNotEmpty(loadscaninvnEntity)) { |
|
|
|
|
if (loadscaninvnEntity.getSignforState().equals(LoadScanSigningStatusConstant.yiqianshou.getValue())) { |
|
|
|
|
log.info(method + "库存品:" + s + "已经签收,无需重复签收"); |
|
|
|
|
throw new RuntimeException("库存品:" + s + "已经签收,无需重复签收"); |
|
|
|
|
throw new CustomerException("库存品:" + s + "已经签收,无需重复签收"); |
|
|
|
|
} |
|
|
|
|
//存在装车数据,进行状态变更即可
|
|
|
|
|
loadscaninvnEntity.setSigningUserId(user.getUserId()); |
|
|
|
@ -883,7 +883,7 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
} else { |
|
|
|
|
//出现不属于当前客户的库存品包件信息
|
|
|
|
|
log.error(method + "库存品包件信息异常,请检查!!!:{}", s); |
|
|
|
|
throw new RuntimeException("数据异常,请联系管理员!!!"); |
|
|
|
|
throw new CustomerException("数据异常,请联系管理员!!!"); |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -1099,7 +1099,7 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
|
|
|
|
|
List<DistributionDeliverySelfVO> deliverySelfInfo = null; |
|
|
|
|
if (deliveryListEntity.getKind().equals(ServiceConstant.DELIVERLIST_KIND_SELF)) { |
|
|
|
|
deliverySelfInfo = distributionDeliverySelfMapper.getDeliverySelfInfo(deliveryListEntity.getId()); |
|
|
|
|
deliverySelfInfo = distributionDeliverySelfMapper.getDeliverySelfInfo(deliveryListEntity.getId()); |
|
|
|
|
} else { |
|
|
|
|
DistributionDeliveryTripartiteVO deliveryTripartiteInfo = distributionDeliveryTripartiteMapper.getDeliveryTripartiteInfo(deliveryListEntity.getId()); |
|
|
|
|
BeanUtils.copyProperties(deliveryTripartiteInfo, deliveryTripartiteInfo); |
|
|
|
@ -1799,7 +1799,7 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
nodeVos.add(middleStockUpNodeVo); |
|
|
|
|
} |
|
|
|
|
} catch (Exception e) { |
|
|
|
|
throw new RuntimeException(e); |
|
|
|
|
throw new CustomerException(e.getMessage()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -1863,7 +1863,7 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} catch (Exception e) { |
|
|
|
|
throw new RuntimeException(e); |
|
|
|
|
throw new CustomerException(e.getMessage()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
return nodeVos; |
|
|
|
@ -1987,7 +1987,7 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
} |
|
|
|
|
} catch (Exception e) { |
|
|
|
|
log.error(" handleReservationNode", e); |
|
|
|
|
throw new RuntimeException(e); |
|
|
|
|
throw new CustomerException(e.getMessage()); |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
return nodeVos; |
|
|
|
@ -2037,7 +2037,7 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
} |
|
|
|
|
//查询是否进行发车按钮
|
|
|
|
|
} catch (ParseException e) { |
|
|
|
|
throw new RuntimeException(e); |
|
|
|
|
throw new CustomerException(e.getMessage()); |
|
|
|
|
} |
|
|
|
|
return nodeVos; |
|
|
|
|
} |
|
|
|
@ -2639,7 +2639,7 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
//更新签收人
|
|
|
|
|
Integer m = distributionSignforMapper.updateSignUser(loadscanEntity.getDeliveryId(), loadscanEntity.getReservationId(), AuthUtil.getUser()); |
|
|
|
|
//下架解托
|
|
|
|
|
if(StringUtils.isNotBlank(loadscanEntity.getOrderPackageCode())){ |
|
|
|
|
if (StringUtils.isNotBlank(loadscanEntity.getOrderPackageCode())) { |
|
|
|
|
warehouseUpdownTypeClient.downPackageOrDelTray(loadscanEntity.getOrderPackageCode(), myCurrentWarehouse.getId(), "签收下架解托"); |
|
|
|
|
} |
|
|
|
|
//维护订单状态
|
|
|
|
@ -2720,7 +2720,7 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
//更新签收人
|
|
|
|
|
Integer m = distributionSignforMapper.updateSignUser(distributionLoadscanEntity.getDeliveryId(), distributionLoadscanEntity.getReservationId(), AuthUtil.getUser()); |
|
|
|
|
|
|
|
|
|
if(StringUtils.isNotBlank(collect.get(0).getOrderPackageCode())){ |
|
|
|
|
if (StringUtils.isNotBlank(collect.get(0).getOrderPackageCode())) { |
|
|
|
|
//包件解托下架
|
|
|
|
|
warehouseUpdownTypeClient.downPackageOrDelTray(collect.get(0).getOrderPackageCode(), myCurrentWarehouse.getId(), "签收下架解托"); |
|
|
|
|
|
|
|
|
@ -2807,7 +2807,7 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
boolean flag = a.stream().anyMatch(any -> packageLockIds.contains(any)); |
|
|
|
|
if (flag) { |
|
|
|
|
//正在操作,请稍后重试
|
|
|
|
|
throw new RuntimeException("该包件正在被操作,请稍后再试!!!"); |
|
|
|
|
throw new CustomerException("该包件正在被操作,请稍后再试!!!"); |
|
|
|
|
} else { |
|
|
|
|
packageLockIds.addAll(a); |
|
|
|
|
bladeRedis.setEx("warehouseId:" + myCurrentWarehouse.getId() + "trainNumber:" + deliveryListEntity.getTrainNumber() + "orderPackageCode:" + packageLockIds, packageLockIds, 60L); |
|
|
|
@ -3010,7 +3010,7 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
//更新签收人
|
|
|
|
|
Integer m = distributionSignforMapper.updateSignUser(distributionLoadscanEntity.getDeliveryId(), distributionLoadscanEntity.getReservationId(), AuthUtil.getUser()); |
|
|
|
|
|
|
|
|
|
if(StringUtils.isNotBlank(distributionLoadscanEntity.getOrderPackageCode())){ |
|
|
|
|
if (StringUtils.isNotBlank(distributionLoadscanEntity.getOrderPackageCode())) { |
|
|
|
|
//下架解托
|
|
|
|
|
warehouseUpdownTypeClient.downPackageOrDelTray(distributionLoadscanEntity.getOrderPackageCode(), myCurrentWarehouse.getId(), "签收下架解托"); |
|
|
|
|
|
|
|
|
@ -3426,14 +3426,13 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
Integer i = distributionDeliveryListMapper.updateloadingTimeById(distrilbutionloadingscanDTO.getDeliveryId()); |
|
|
|
|
//修改签收数量
|
|
|
|
|
|
|
|
|
|
if(StringUtils.isNotBlank(parcelListEntity.getOrderPackageCode())){ |
|
|
|
|
if (StringUtils.isNotBlank(parcelListEntity.getOrderPackageCode())) { |
|
|
|
|
//包件下架解托
|
|
|
|
|
warehouseUpdownTypeClient.downPackageOrDelTray(parcelListEntity.getOrderPackageCode(), myCurrentWarehouse.getId(), "签收下架解托"); |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
List<JSONObject> jsonObjects = new ArrayList<>(); |
|
|
|
|
JSONObject jsonObject = new JSONObject(); |
|
|
|
|
jsonObject.put("code", distributionLoadscanEntity.getOrderPackageCode()); |
|
|
|
@ -3518,12 +3517,11 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
distributionLoadscanEntity.setAbnormalNote("异常签收"); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if(StringUtils.isNotBlank(parcelListEntity.getOrderPackageCode())){ |
|
|
|
|
if (StringUtils.isNotBlank(parcelListEntity.getOrderPackageCode())) { |
|
|
|
|
warehouseUpdownTypeClient.downPackageOrDelTray(parcelListEntity.getOrderPackageCode(), myCurrentWarehouse.getId(), "签收下架解托"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (Func.isEmpty(loadscanEntity)) { |
|
|
|
|
loadingId = distributionLoadscanEntity.getId(); |
|
|
|
|
distributionLoadscanService.save(distributionLoadscanEntity); |
|
|
|
@ -3605,7 +3603,7 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
boolean flag = a.stream().anyMatch(any -> packageLockIds.contains(any)); |
|
|
|
|
if (flag) { |
|
|
|
|
//正在操作,请稍后重试
|
|
|
|
|
throw new RuntimeException("该包件正在被操作,请稍后再试!!!"); |
|
|
|
|
throw new CustomerException("该包件正在被操作,请稍后再试!!!"); |
|
|
|
|
} else { |
|
|
|
|
packageLockIds.addAll(a); |
|
|
|
|
bladeRedis.setEx("warehouseId:" + myCurrentWarehouse.getId() + "trainNumber:" + distributionDeliveryListEntity.getTrainNumber() + "orderPackageCode:", packageLockIds, 10L); |
|
|
|
@ -3972,7 +3970,7 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
boolean flag = a.stream().anyMatch(any -> packageLockIds.contains(any)); |
|
|
|
|
if (flag) { |
|
|
|
|
//正在操作,请稍后重试
|
|
|
|
|
throw new RuntimeException("该包件正在被操作,请稍后再试!!!"); |
|
|
|
|
throw new CustomerException("该包件正在被操作,请稍后再试!!!"); |
|
|
|
|
} else { |
|
|
|
|
packageLockIds.addAll(a); |
|
|
|
|
bladeRedis.setEx("warehouseId:" + myCurrentWarehouse.getId() + "trainNumber:" + deliveryListEntity.getTrainNumber() + "orderPackageCode:", packageLockIds, 60L); |
|
|
|
@ -5011,8 +5009,8 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
log.error(method + "reservationEntity参数错误:{}", reservationEntity); |
|
|
|
|
return R.fail("服务器正忙~~"); |
|
|
|
|
} |
|
|
|
|
Long batchLock = bladeRedis.get("warehouseId:" + myCurrentWarehouse.getId() + "reservationId:" ); |
|
|
|
|
if (!Objects.isNull(batchLock)){ |
|
|
|
|
Long batchLock = bladeRedis.get("warehouseId:" + myCurrentWarehouse.getId() + "reservationId:"); |
|
|
|
|
if (!Objects.isNull(batchLock)) { |
|
|
|
|
return R.fail("请不要重复操作"); |
|
|
|
|
} |
|
|
|
|
List<Long> packageLockIds = new ArrayList<>(); |
|
|
|
@ -5480,7 +5478,7 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
boolean flag = a.stream().anyMatch(any -> packageLockIds.contains(any)); |
|
|
|
|
if (flag) { |
|
|
|
|
//正在操作,请稍后重试
|
|
|
|
|
throw new RuntimeException("该包件正在被操作,请稍后再试!!!"); |
|
|
|
|
throw new CustomerException("该包件正在被操作,请稍后再试!!!"); |
|
|
|
|
} else { |
|
|
|
|
packageLockIds.addAll(a); |
|
|
|
|
bladeRedis.setEx("warehouseId:" + myCurrentWarehouse.getId() + "trainNumber:" + distributionDeliveryListEntity.getTrainNumber() + "orderPackageCode:", packageLockIds, 60L); |
|
|
|
@ -5498,7 +5496,7 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
distributionSignforEntity.setDriverRemarks(distributionSignfor.getDriverRemarks()); |
|
|
|
|
} |
|
|
|
|
this.updateById(distributionSignforEntity); |
|
|
|
|
bladeRedis.setEx("warehouseId:" + myCurrentWarehouse.getId() + "reservationId:", distributionSignfor.getReservationId(),60L); |
|
|
|
|
bladeRedis.setEx("warehouseId:" + myCurrentWarehouse.getId() + "reservationId:", distributionSignfor.getReservationId(), 60L); |
|
|
|
|
return R.status(true); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -5764,12 +5762,23 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
//
|
|
|
|
|
List<Long> longs = Func.toLongList(ids); |
|
|
|
|
List<DistributionLoadscanAbnormalEntity> distributionLoadscanAbnormalEntities = distributionLoadscanAbnormalService.listByIds(longs); |
|
|
|
|
|
|
|
|
|
if (Func.isEmpty(distributionLoadscanAbnormalEntities)) { |
|
|
|
|
log.error("#############异常包件信息异常:{}", distributionLoadscanAbnormalEntities); |
|
|
|
|
return R.fail(3000, "审核失败"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
distributionLoadscanAbnormalEntities.forEach(p -> { |
|
|
|
|
if (LoadingAbnormalAuditingStatusConstant.yishenhe.getValue().equals(p.getAuditingStatus())) { |
|
|
|
|
throw new CustomerException("选择的数据已审核"); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
List<Long> packageIds = distributionLoadscanAbnormalEntities.stream().filter(f -> LoadingAbnormalAuditingStatusConstant.daishenhe.getValue().equals(f.getAuditingStatus())).map(DistributionLoadscanAbnormalEntity::getPackageId).distinct().collect(Collectors.toList()); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//查询审核的是否存在计划
|
|
|
|
|
List<DistributionReservationPackageEntity> packageEntityList = distributionReservationPackageService.list(Wrappers.<DistributionReservationPackageEntity>query().lambda() |
|
|
|
|
.in(DistributionReservationPackageEntity::getParceListId, packageIds) |
|
|
|
@ -6298,10 +6307,6 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
handletrunklineWaybillSignLog(distributionSignfor.getReservationId()); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.updateById(distributionSignfor); |
|
|
|
|
// 创建异步队列推送老系统的的签收信息 构建请求参数
|
|
|
|
|
return R.status(true); |
|
|
|
@ -6312,10 +6317,11 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 推送干线运单信息 |
|
|
|
|
* |
|
|
|
|
* @param reservationId |
|
|
|
|
*/ |
|
|
|
|
private void handletrunklineWaybillSignLog(Long reservationId) { |
|
|
|
|
List<WaybillLogDTO> mapList = baseMapper.getWaybillSignforData(reservationId,AuthUtil.getUser().getUserId(),AuthUtil.getUser().getNickName()); |
|
|
|
|
List<WaybillLogDTO> mapList = baseMapper.getWaybillSignforData(reservationId, AuthUtil.getUser().getUserId(), AuthUtil.getUser().getNickName()); |
|
|
|
|
if (!mapList.isEmpty()) { |
|
|
|
|
for (WaybillLogDTO waybillLogDTO : mapList) { |
|
|
|
|
trunklineWaybillTrackClient.addSignWaybillLog(waybillLogDTO); |
|
|
|
@ -6323,7 +6329,6 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
@ -6615,9 +6620,9 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
|
|
|
|
|
//查询客户信息
|
|
|
|
|
List<SignPushDataContactDTO> customer = distributionReservationMapper.selectPushOldCustomer(distributionSignforEntity.getReservationId()); |
|
|
|
|
if (customer.size()>1){ |
|
|
|
|
if (customer.size() > 1) { |
|
|
|
|
resultMap.put("result", false); |
|
|
|
|
resultMap.put("msg", "存在多个signfor信息 >>>ReservationId():"+distributionSignforEntity.getReservationId()); |
|
|
|
|
resultMap.put("msg", "存在多个signfor信息 >>>ReservationId():" + distributionSignforEntity.getReservationId()); |
|
|
|
|
} |
|
|
|
|
if (Func.isNotEmpty(customer)) { |
|
|
|
|
//查询客户订单
|
|
|
|
@ -6670,14 +6675,14 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
buildReservationNameAndPhone(customer); |
|
|
|
|
//完成客户信息添加
|
|
|
|
|
delivery.setSignPushDataContactDTOs(customer); |
|
|
|
|
if (Objects.isNull(delivery.getOutPhone())){ |
|
|
|
|
if (Objects.isNull(delivery.getOutPhone())) { |
|
|
|
|
Long signUserId = customer.get(0).getSignUserId(); |
|
|
|
|
R<User> signforUser = userClient.userInfoById(signUserId); |
|
|
|
|
if (Objects.equals(signforUser.getCode() , 200)){ |
|
|
|
|
if (Objects.equals(signforUser.getCode(), 200)) { |
|
|
|
|
delivery.setOutPhone(signforUser.getData().getPhone()); |
|
|
|
|
}else { |
|
|
|
|
} else { |
|
|
|
|
resultMap.put("result", false); |
|
|
|
|
resultMap.put("msg", "外协查询签收人电话失败:"+customer.get(0).getSignUserId()); |
|
|
|
|
resultMap.put("msg", "外协查询签收人电话失败:" + customer.get(0).getSignUserId()); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -6689,7 +6694,7 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
return resultMap; |
|
|
|
|
} catch (Exception e) { |
|
|
|
|
resultMap.put("result", false); |
|
|
|
|
resultMap.put("msg", "数据准备错误"+e.getMessage()); |
|
|
|
|
resultMap.put("msg", "数据准备错误" + e.getMessage()); |
|
|
|
|
log.error(">>>>> 推送老系统签收信息报错", e); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -6698,17 +6703,17 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
private List<SignPushDataUnitDTO> handleSignPushDataUnitDTOList(List<SignPushDataUnitDTO> pushOldPackageLoading) { |
|
|
|
|
pushOldPackageLoading.stream().forEach(k->{ |
|
|
|
|
if (k.getGoods_type() == 3){ |
|
|
|
|
pushOldPackageLoading.stream().forEach(k -> { |
|
|
|
|
if (k.getGoods_type() == 3) { |
|
|
|
|
String unitNo = k.getUnitNo(); |
|
|
|
|
int indexOfUnitNo = unitNo.lastIndexOf("-"); |
|
|
|
|
if (indexOfUnitNo>0){ |
|
|
|
|
if (indexOfUnitNo > 0) { |
|
|
|
|
unitNo.substring(indexOfUnitNo); |
|
|
|
|
k.setUnitNo(unitNo); |
|
|
|
|
} |
|
|
|
|
String orderSelfNum = k.getOrderSelfNum(); |
|
|
|
|
int indexOfOrderSelfNum = orderSelfNum.lastIndexOf("-"); |
|
|
|
|
if (indexOfUnitNo>0){ |
|
|
|
|
if (indexOfUnitNo > 0) { |
|
|
|
|
orderSelfNum.substring(indexOfUnitNo); |
|
|
|
|
k.setOrderSelfNum(orderSelfNum); |
|
|
|
|
} |
|
|
|
@ -6886,7 +6891,7 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
public Map<String, Object> clerkInventoryCheckPushData(String orderPackageCode) { |
|
|
|
|
Map<String,Object> resultMap = new HashMap<>(); |
|
|
|
|
Map<String, Object> resultMap = new HashMap<>(); |
|
|
|
|
try { |
|
|
|
|
//查询此包件
|
|
|
|
|
List<DistributionLoadscaninvnEntity> loadscaninvnEntityList = distributionLoadscaninvnService.list(Wrappers.<DistributionLoadscaninvnEntity>query().lambda() |
|
|
|
@ -6896,14 +6901,14 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
if (!loadscaninvnEntityList.isEmpty()) { |
|
|
|
|
//未进行装车
|
|
|
|
|
resultMap.put("result", false); |
|
|
|
|
resultMap.put("msg", orderPackageCode+"没有装车扫描记录"); |
|
|
|
|
resultMap.put("msg", orderPackageCode + "没有装车扫描记录"); |
|
|
|
|
|
|
|
|
|
return resultMap; |
|
|
|
|
} |
|
|
|
|
if (loadscaninvnEntityList.size()>1) { |
|
|
|
|
if (loadscaninvnEntityList.size() > 1) { |
|
|
|
|
//存在多个记录
|
|
|
|
|
resultMap.put("result", false); |
|
|
|
|
resultMap.put("msg", orderPackageCode+"存在多个装车扫描记录"); |
|
|
|
|
resultMap.put("msg", orderPackageCode + "存在多个装车扫描记录"); |
|
|
|
|
return resultMap; |
|
|
|
|
} |
|
|
|
|
DistributionLoadscaninvnEntity loadscaninvnEntity = loadscaninvnEntityList.get(0); |
|
|
|
@ -6914,7 +6919,7 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
if (Func.isEmpty(signforEntity)) { |
|
|
|
|
//存在多个记录
|
|
|
|
|
resultMap.put("result", false); |
|
|
|
|
resultMap.put("msg", orderPackageCode+"查询signfor数据错误,id:"+loadscaninvnEntity.getReservationId()); |
|
|
|
|
resultMap.put("msg", orderPackageCode + "查询signfor数据错误,id:" + loadscaninvnEntity.getReservationId()); |
|
|
|
|
return resultMap; |
|
|
|
|
} |
|
|
|
|
// 得到配送计划
|
|
|
|
@ -6991,8 +6996,8 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
if (distributionReservationEntity.getReservationStockListNum() > 0) { |
|
|
|
|
//查询包件扫描签收
|
|
|
|
|
//查询包件扫描签收
|
|
|
|
|
List<SignPushDataUnitDTO> pushOldInventoryPackageLoading = distributionSignforMapper.selectPushOldSingleInventoryPackageLoading(loadscaninvnEntity.getReservationId(), loadscaninvnEntity.getDeliveryId(),orderPackageCode); |
|
|
|
|
List<SignPushDataUnitDTO> pushOldInventoryPackageSigning = distributionSignforMapper.selectPushOldSingleInventoryPackageSigning(loadscaninvnEntity.getReservationId(), loadscaninvnEntity.getDeliveryId(),orderPackageCode); |
|
|
|
|
List<SignPushDataUnitDTO> pushOldInventoryPackageLoading = distributionSignforMapper.selectPushOldSingleInventoryPackageLoading(loadscaninvnEntity.getReservationId(), loadscaninvnEntity.getDeliveryId(), orderPackageCode); |
|
|
|
|
List<SignPushDataUnitDTO> pushOldInventoryPackageSigning = distributionSignforMapper.selectPushOldSingleInventoryPackageSigning(loadscaninvnEntity.getReservationId(), loadscaninvnEntity.getDeliveryId(), orderPackageCode); |
|
|
|
|
if (Func.isNotEmpty(pushOldInventoryPackageLoading)) { |
|
|
|
|
buildNameAndPhone(pushOldInventoryPackageLoading); |
|
|
|
|
signPushDataUnitDTOS.addAll(pushOldInventoryPackageLoading); |
|
|
|
@ -7025,9 +7030,9 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
log.info(">>>> clerkCheckPushData SignPushDataDTO :{}", delivery); |
|
|
|
|
resultMap = oldSystemDataPushClient.pushOldSystemSignInfo(delivery); |
|
|
|
|
return resultMap; |
|
|
|
|
}catch (Exception e) { |
|
|
|
|
} catch (Exception e) { |
|
|
|
|
resultMap.put("result", false); |
|
|
|
|
resultMap.put("msg", "数据准备错误"+e.getMessage()); |
|
|
|
|
resultMap.put("msg", "数据准备错误" + e.getMessage()); |
|
|
|
|
log.error(">>>>> 推送老系统签收信息报错", e); |
|
|
|
|
} |
|
|
|
|
resultMap.put("result", false); |
|
|
|
|