Browse Source

更新Meal

lang 4 years ago
parent
commit
38af44681d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Controller/MealManage.py

+ 1 - 0
Controller/MealManage.py

@@ -142,6 +142,7 @@ class MealManage(View):
                        , "commodity_type", "commodity_code", "virtual_price", "is_discounts", "discount_price"
                        , "bucket_id", "bucket__bucket", "bucket__area", "bucket__storeDay", "bucket__mold")
         res = {}
+        items_list = []
         if qs.exists():
             ql = list(qs)
             from operator import itemgetter