Browse Source

CacheShelfService修改getChildStation

ajun 5 năm trước cách đây
mục cha
commit
b6296ac34e
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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();
     }