|
|
|
|
@ -417,6 +417,7 @@ class PrePlacementPointViewSet(PlacementPointViewSet):
|
|
|
|
|
PointService.delete_preplacement_points(ids)
|
|
|
|
|
else:
|
|
|
|
|
models.PrePlacementPoint.objects.all().delete()
|
|
|
|
|
run_psql_command()
|
|
|
|
|
return Response(status=HTTPStatus.OK, )
|
|
|
|
|
|
|
|
|
|
@action(detail=False, methods=['get'])
|
|
|
|
|
|