cqp hai 1 semana
pai
achega
22b8ad875d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Service/ItemService.php

+ 1 - 1
app/Service/ItemService.php

@@ -2763,7 +2763,7 @@ class ItemService extends Service
                 return $query->where('crt_id', $my);
             })
             ->when(! empty($share_id),function ($query) use($share_id){
-                return $query->where('item_node_mission_id', $share_id);
+                return $query->where('item_node_mission_share_id', $share_id);
             })
             ->select('*')
             ->get()->toArray();