|
@@ -110,7 +110,8 @@ class CloudStorageView(View):
|
|
|
qs = qs.filter(bucket__mold=0)
|
|
|
qs = qs.values("id", "title", "content", "price",
|
|
|
"day", "currency","bucket__storeDay",
|
|
|
- "bucket__bucket", "bucket__area", "type","commodity_code","commodity_type")
|
|
|
+ "bucket__bucket", "bucket__area", "type",
|
|
|
+ "commodity_code","commodity_type")
|
|
|
if qs.exists():
|
|
|
ql = list(qs)
|
|
|
from operator import itemgetter
|