feat: speaker 接口忽略采集器4

This commit is contained in:
caoqianming 2024-11-20 16:38:44 +08:00
parent 5c2aac22e1
commit 258d4975f8
1 changed files with 1 additions and 1 deletions

View File

@ -437,7 +437,7 @@ class TDeviceViewSet(ListModelMixin, UpdateModelMixin, DestroyModelMixin, Custom
i['my_info'] = {}
if i['sn'] in tds_dict:
i['my_info'] = tds_dict[i['sn']]
return Response(res)
return Response(filtered_rows)
@action(methods=['post'], detail=False, perms_map={'post': '*'},
serializer_class=Serializer, logging_methods=[])