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