chanjunkai 5 年之前
父节点
当前提交
f1f86238dc
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Controller/CloudStorage.py

+ 2 - 1
Controller/CloudStorage.py

@@ -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