Просмотр исходного кода

CacheShelfService修改getChildStation

ajun 5 лет назад
Родитель
Сommit
b6296ac34e
1 измененных файлов с 0 добавлено и 1 удалено
  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();
     }