Explorar o código

fix:store bugt

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

+ 1 - 1
Controller/VodBucket.py

@@ -198,7 +198,7 @@ class UidBucketView(View):
         ubqs = ubqs.values('id', 'uid', 'channel', 'status', 'endTime', 'bucket__bucket',
                            'bucket__storeDay', 'bucket__area')
         res = {
-            'datas': list(ubqs[(page - 1) * line:page * line])
+            'datas': list(ubqs[(page - 1) * line:page * line]),
             'count': ubqs.count()
         }
         return response.json(0, res)