From db3812406e41fd7f5870a5b73be9f1dbcfd11d4f Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Thu, 17 Apr 2025 13:15:05 +0800 Subject: [PATCH] test --- .../main/resources/mapper/menu/MenuAppRecipeMapper.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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}