From fd0b6580cc0458e42d683ee6778354b6a574d4f9 Mon Sep 17 00:00:00 2001 From: "HUOJIN\\92525" Date: Tue, 10 Dec 2024 11:49:41 +0800 Subject: [PATCH] no message --- .../youchain/businessdata/service/impl/KMReServiceImpl.java | 4 ---- 1 file changed, 4 deletions(-) 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":