select("id","code")->where("station_type_id",5) ->whereNotNull("parent_id") ->whereNotIn("id",StationTask::query()->select("station_id") ->where("status","!=","完成")->whereIn("station_id",Station::query()->select("id")->where("station_type_id",5) ->whereNotNull("parent_id"))->groupBy("station_id")) ->get(); app("StorageService")->paddingCacheShelf($stations); } }