Browse Source

update field

lang 4 năm trước cách đây
mục cha
commit
468edbdc75
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Controller/CloudStorage.py

+ 1 - 1
Controller/CloudStorage.py

@@ -652,7 +652,7 @@ class CloudStorageView(View):
         dvqs = Device_Info.objects.filter(UID=uid, userID_id=userID, isShare=False)
         if not dvqs.exists():
             return response.json(12)
-        ubqs = UID_Bucket.objects.filter(channel=channel, uid=uid).order_by('endTime')[:1]
+        ubqs = UID_Bucket.objects.filter(channel=channel, uid=uid).order_by('endTime')
         if not ubqs.exists():
             return response.json(10, '未购买')
         now_time = int(time.time())