no message
parent
3009854769
commit
fd0b6580cc
|
|
@ -363,10 +363,6 @@ public class KMReServiceImpl implements KMReService {
|
||||||
pointCode = agvTask.getEndSlotCode();
|
pointCode = agvTask.getEndSlotCode();
|
||||||
}
|
}
|
||||||
point = pointService.queryPoint(pointCode, null, null, null);
|
point = pointService.queryPoint(pointCode, null, null, null);
|
||||||
if (point == null) {
|
|
||||||
throw new BadRequestException(pointCode + "点位不存在或已失效");
|
|
||||||
}
|
|
||||||
|
|
||||||
switch (status) {
|
switch (status) {
|
||||||
case "UP_CONTAINER":
|
case "UP_CONTAINER":
|
||||||
case "FORK_UP":
|
case "FORK_UP":
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue