Browse Source

fix:store bugt

chenjunkai 6 years ago
parent
commit
a6691f21fa
1 changed files with 1 additions and 1 deletions
  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)