|
|
|
|
@ -39,7 +39,7 @@ class PlacementPointViewSet(ReadOnlyModelViewSet):
|
|
|
|
|
permission_classes = [UserPermission]
|
|
|
|
|
|
|
|
|
|
def get_queryset(self):
|
|
|
|
|
qs = self.queryset.all()
|
|
|
|
|
qs = self.queryset.all().order_by('id')
|
|
|
|
|
location_ids = self.request.GET.get('location_ids[]')
|
|
|
|
|
prediction_first = self.request.GET.get('prediction_first[]')
|
|
|
|
|
prediction_current = self.request.GET.get('prediction_current[]')
|
|
|
|
|
|