|
|
@ -2589,7 +2589,7 @@ public class DistributionDeliveryListServiceImpl extends BaseServiceImpl<Distrib |
|
|
|
if (deliveryListEntity.getDeliveryStatus().equals(DeliveryStatusConstant.yiwancheng.getValue())) { |
|
|
|
if (deliveryListEntity.getDeliveryStatus().equals(DeliveryStatusConstant.yiwancheng.getValue())) { |
|
|
|
return R.fail("配送已完成..."); |
|
|
|
return R.fail("配送已完成..."); |
|
|
|
} |
|
|
|
} |
|
|
|
if (deliveryListDTO.getIsDeliveryDriverUpdate().equals(IsOrNoConstant.yes)){ |
|
|
|
if (IsOrNoConstant.yes.getValue().equals(deliveryListDTO.getIsDeliveryDriverUpdate())){ |
|
|
|
//查看是否满足进行司机修改
|
|
|
|
//查看是否满足进行司机修改
|
|
|
|
//查询是否存在有装车数据,存在装车则不满足司机切换
|
|
|
|
//查询是否存在有装车数据,存在装车则不满足司机切换
|
|
|
|
List<DistributionLoadscanEntity> loadscanEntityList = distributionLoadscanService.list(Wrappers.<DistributionLoadscanEntity>query().lambda() |
|
|
|
List<DistributionLoadscanEntity> loadscanEntityList = distributionLoadscanService.list(Wrappers.<DistributionLoadscanEntity>query().lambda() |
|
|
|