|
|
@ -7116,6 +7116,7 @@ public class DistributionDeliveryListServiceImpl extends BaseServiceImpl<Distrib |
|
|
|
public R cancelDelivery(Long deliveryId) { |
|
|
|
public R cancelDelivery(Long deliveryId) { |
|
|
|
String method = "###################DistributionDeliveryListServiceImpl执行方法cancelDelivery,"; |
|
|
|
String method = "###################DistributionDeliveryListServiceImpl执行方法cancelDelivery,"; |
|
|
|
DistributionDeliveryListEntity deliveryListEntity = this.getById(deliveryId); |
|
|
|
DistributionDeliveryListEntity deliveryListEntity = this.getById(deliveryId); |
|
|
|
|
|
|
|
log.info(method+"取消配送任务,车次号:{},操作人:{}",deliveryListEntity.getTrainNumber(),AuthUtil.getUser().getNickName()); |
|
|
|
if (Func.isEmpty(deliveryListEntity)) { |
|
|
|
if (Func.isEmpty(deliveryListEntity)) { |
|
|
|
log.info(method + "参数缺失deliveryId:{}", deliveryId); |
|
|
|
log.info(method + "参数缺失deliveryId:{}", deliveryId); |
|
|
|
return R.fail("服务器正忙!!!"); |
|
|
|
return R.fail("服务器正忙!!!"); |
|
|
|