Przeglądaj źródła

CacheShelfService修改getChildStation

ajun 5 lat temu
rodzic
commit
b6296ac34e
1 zmienionych plików z 0 dodań i 1 usunięć
  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();
     }