no message

main
HUOJIN\92525 2024-12-10 11:49:41 +08:00
parent 3009854769
commit fd0b6580cc
1 changed files with 0 additions and 4 deletions

View File

@ -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":