fix
This commit is contained in:
@@ -142,6 +142,7 @@ public class KGHJRKTask extends AbstractTask {
|
|||||||
}
|
}
|
||||||
if(type==0&&temp.getIs_lock()){
|
if(type==0&&temp.getIs_lock()){
|
||||||
log.info("当前点位{}已被软锁,寻找终点时默认跳过",temp.getPoint_code());
|
log.info("当前点位{}已被软锁,寻找终点时默认跳过",temp.getPoint_code());
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
//如果当列已放满,跳过到下一列最后一个点位0501开始判断
|
//如果当列已放满,跳过到下一列最后一个点位0501开始判断
|
||||||
if (flag && !temp.getPoint_code().endsWith("0501")) {
|
if (flag && !temp.getPoint_code().endsWith("0501")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user