|
|
|
@ -6522,7 +6522,7 @@ public class DistributionDeliveryListServiceImpl extends BaseServiceImpl<Distrib
|
|
|
|
|
throw new RuntimeException("服务器正忙!!!"); |
|
|
|
|
} |
|
|
|
|
DistributionDeliveryListEntity deliveryListEntity = this.getById(deliveryId); |
|
|
|
|
if (Func.isEmpty(deliveryListEntity)){ |
|
|
|
|
if (ObjectUtil.isEmpty(deliveryListEntity)){ |
|
|
|
|
log.info(method+"查询配送失败,deliveryId:{}",deliveryId); |
|
|
|
|
throw new RuntimeException("服务器正忙!!!"); |
|
|
|
|
} |
|
|
|
|