fix
This commit is contained in:
@@ -160,7 +160,7 @@ public class KGHJRKTask extends AbstractTask {
|
|||||||
if (schBasePoint != null) {
|
if (schBasePoint != null) {
|
||||||
log.info("空固化架放货找到当前点位有货:{},取上一个空位:{}", temp.getPoint_code(), schBasePoint.getPoint_code());
|
log.info("空固化架放货找到当前点位有货:{},取上一个空位:{}", temp.getPoint_code(), schBasePoint.getPoint_code());
|
||||||
} else {
|
} else {
|
||||||
log.info("当前区域:" + regionCode + "所有点位均已放满,暂时跳过");
|
log.info("当前区域:" + regionCode2 + "所有点位均已放满,暂时跳过");
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user