소스 검색

每体验过的用户 只显示云存套餐

chenshibin 4 년 전
부모
커밋
1bfb845adc
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      Controller/CloudStorage.py

+ 2 - 0
Controller/CloudStorage.py

@@ -186,6 +186,8 @@ class CloudStorageView(View):
 
         if eq:
             qs=qs.filter(~Q(type='10'))
+        else:
+            qs = qs.filter(type='10')
 
         qs = qs.values("id", "title", "content", "price",
                        "day", "currency", "bucket__storeDay",