Explorar o código

查询AI数据列表eventType模糊查询

locky %!s(int64=3) %!d(string=hai) anos
pai
achega
93dcbc565a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Controller/AiController.py

+ 1 - 1
Controller/AiController.py

@@ -658,7 +658,7 @@ class AiView(View):
         if startTime and endTime:
             qs = qs.filter(eventTime__range=(startTime, endTime))
         if eventType:
-            qs = qs.filter(eventType=eventType)
+            qs = qs.filter(eventType__contains=eventType)
         uids = request_dict.get('uids', None)
         if uids:
             uid_list = uids.split(',')