diff --git a/youchain-system/src/main/java/com/youchain/businessdata/service/impl/KMReServiceImpl.java b/youchain-system/src/main/java/com/youchain/businessdata/service/impl/KMReServiceImpl.java index 2beb1d7..77bbad3 100644 --- a/youchain-system/src/main/java/com/youchain/businessdata/service/impl/KMReServiceImpl.java +++ b/youchain-system/src/main/java/com/youchain/businessdata/service/impl/KMReServiceImpl.java @@ -363,10 +363,6 @@ public class KMReServiceImpl implements KMReService { pointCode = agvTask.getEndSlotCode(); } point = pointService.queryPoint(pointCode, null, null, null); - if (point == null) { - throw new BadRequestException(pointCode + "点位不存在或已失效"); - } - switch (status) { case "UP_CONTAINER": case "FORK_UP":