Pārlūkot izejas kodu

CacheShelfService修改getChildStation

ajun 5 gadi atpakaļ
vecāks
revīzija
b6296ac34e
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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();
     }