Explorar o código

查询消息时去掉时间类型

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

+ 2 - 2
Controller/AiController.py

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