|
|
|
@ -6823,6 +6823,17 @@ public class DistributionDeliveryListServiceImpl extends BaseServiceImpl<Distrib
|
|
|
|
|
return baseMapper.selectDeliveryByTrainNumber(myCurrentWarehouse.getId(),searchCode); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* @param deliveryId |
|
|
|
|
*/ |
|
|
|
|
@Override |
|
|
|
|
@Transactional |
|
|
|
|
public void maintenanceDeliveryInfoAndDeliveryStatus(Long deliveryId) { |
|
|
|
|
this.maintenanceDeliveryNum(deliveryId); |
|
|
|
|
this.maintenanceDeliveryInfo(deliveryId); |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
@Transactional |
|
|
|
|
public void maintenanceDeliveryInfo(Long deliveryId) { |
|
|
|
@ -6880,6 +6891,7 @@ public class DistributionDeliveryListServiceImpl extends BaseServiceImpl<Distrib
|
|
|
|
|
throw new RuntimeException("查询配送客户信息失效!!!"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// if (list.size()>0) {
|
|
|
|
|
// //查看所有的签收信息是否均已完成
|
|
|
|
|
// boolean anyMatch = list.stream().allMatch(s -> s.getSigningStatus().equals(SignforStatusConstant.yiqianshou.getValue()));
|
|
|
|
|