|
|
@ -85,7 +85,7 @@ public class GHSQHTask extends AbstractTask { |
|
|
|
SchBasePoint schBasePoint = null; |
|
|
|
//按顺序查找第一个符合条件的固化室位置,发起任务
|
|
|
|
for (SchBasePoint schBasePoint1 : schBasePointList) { |
|
|
|
if (schBasePoint1.getVehicle_qty() == 3 && ObjectUtil.isEmpty(schBasePoint1.getIng_task_code())) { |
|
|
|
if (schBasePoint1.getVehicle_qty() >0 && ObjectUtil.isEmpty(schBasePoint1.getIng_task_code())) { |
|
|
|
schBasePoint = schBasePoint1; |
|
|
|
break; |
|
|
|
} |
|
|
|