This commit is contained in:
psh
2024-03-28 16:27:50 +08:00
parent 5c2907f844
commit fc6c394a0e

View File

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