소스 검색

请求发布mqtt模糊查询数据

locky 3 년 전
부모
커밋
991973191f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Controller/AiController.py

+ 1 - 1
Controller/AiController.py

@@ -274,7 +274,7 @@ class AiView(View):
         try:
             # 获取数据组织将要请求的url
             iot = iotdeviceInfoModel.objects.filter(
-                thing_name=thing_name).values(
+                thing_name__icontains=thing_name).values(
                 'endpoint', 'token_iot_number')
             if not iot.exists():
                 return False