chenjunkai %!s(int64=6) %!d(string=hai) anos
pai
achega
08eac338fb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Controller/DetectController.py

+ 1 - 1
Controller/DetectController.py

@@ -106,7 +106,7 @@ class DetectControllerView(View):
                                                 format(uid=devUid, channel=channel, time=eventTime), 300)]
             elif p['is_st'] == 2:
                 # 列表装载回放时间戳标记
-                vodqs = VodHlsModel.objects.filter(uid=uid, channel=channel, time=int(eventTime)) \
+                vodqs = VodHlsModel.objects.filter(uid=devUid, channel=channel, time=int(eventTime)) \
                     .values("bucket__bucket", "bucket__endpoint")
                 print(vodqs)
                 if vodqs.exists():