浏览代码

更新Meal

lang 4 年之前
父节点
当前提交
38af44681d
共有 1 个文件被更改,包括 1 次插入0 次删除
  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