Browse Source

云存回放表扩表

peng 9 months ago
parent
commit
4bb8c65aaf
1 changed files with 1 additions and 1 deletions
  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)