Explorar o código

CacheShelfService修改getChildStation

ajun %!s(int64=5) %!d(string=hai) anos
pai
achega
b6296ac34e
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      app/Services/CacheShelfService.php

+ 0 - 1
app/Services/CacheShelfService.php

@@ -34,7 +34,6 @@ class CacheShelfService
      */
     public function getChildStation($id)
     {
-        $stations = Station::query()->where('parent_id',$id)->get();
         return Station::query()->where('parent_id',$id)->with('parent','pendingStationTask.stationTaskMaterialBoxes.materialBox')->get();
     }