diff --git a/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/menu/MenuAppRecipeMapper.xml b/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/menu/MenuAppRecipeMapper.xml
index a17b59a..7a2f24f 100644
--- a/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/menu/MenuAppRecipeMapper.xml
+++ b/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/menu/MenuAppRecipeMapper.xml
@@ -44,9 +44,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
-
-
-
+
+
+
@@ -163,6 +163,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
left join alloc_canteen ac on mr.canteen_id = ac.canteen_id
left join alloc_stall ass on mr.stall_id = ass.stall_id
left join menu_dishes_base mdb on md.base_dishes_id = mdb.base_dishes_id
+-- left join menu_taste_dishes mtd on md.dishes_id = mtd.dishes_id
+-- left join menu_dishes_taste mdtt on mtd.taste_id = mdtt.taste_id
where
mrd.apply_date = #{applyDate}
and mr.recipe_id = #{recipeId}