Browse Source

合并代码

single_db
pref_mail@163.com 1 year ago
parent
commit
e247630831
  1. 2
      blade-service/logpm-distribution/src/main/java/com/logpm/distribution/service/impl/DistributionDeliveryListServiceImpl.java

2
blade-service/logpm-distribution/src/main/java/com/logpm/distribution/service/impl/DistributionDeliveryListServiceImpl.java

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

Loading…
Cancel
Save