Explorar el Código

云存回放表扩表

peng hace 10 meses
padre
commit
4bb8c65aaf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Service/VodHlsService.py

+ 1 - 1
Service/VodHlsService.py

@@ -47,7 +47,7 @@ class SplitVodHlsObject:
         分表获取云存信息数据
         @return: vod_hls
         """
-        vod_hls_union = VodHls01.objects.none().annotate(tab_val=Value(11, output_field=CharField()))
+        vod_hls_union = VodHls01.objects.none().annotate(tab_val=Value('11', output_field=CharField()))
         try:
             if kwargs['type_list']:
                 kwargs = self.vod_query_param(**kwargs)