This commit is contained in:
psh
2024-06-19 16:52:30 +08:00
parent ba8110eb7c
commit 56069030a6

View File

@@ -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());