|
@@ -198,6 +198,7 @@ class CloudStorageView(View):
|
|
|
else:
|
|
|
qs = qs.filter(pay_type='10')
|
|
|
|
|
|
+ qs=qs.filter(~Q(pay_type='11')) #过滤不显示激活码套餐
|
|
|
qs = qs.values("id", "title", "content", "price","day", "currency", "bucket__storeDay",
|
|
|
"bucket__bucket", "bucket__area","commodity_code",
|
|
|
"commodity_type", "is_discounts", "virtual_price", "expire",
|