|
|
@ -95,7 +95,7 @@ public class GHSQHTask extends AbstractTask { |
|
|
|
log.info("未找到当前符合允许取货的固化室点位,暂不生成任务"); |
|
|
|
return; |
|
|
|
} |
|
|
|
SchBasePoint nextPoint = this.findNextPoint(schBasePoint,new SchBaseTask()); |
|
|
|
SchBasePoint nextPoint = this.findNextPoint(schBasePoint,null); |
|
|
|
if (ObjectUtil.isEmpty(nextPoint)) { |
|
|
|
// 消息通知
|
|
|
|
log.info("未找到当前符合允许放货的缓存点,暂不生成任务Vehicle_type:{}", schBasePoint.getVehicle_type()); |
|
|
|