test
This commit is contained in:
parent
db3812406e
commit
aa72d471d4
|
|
@ -127,8 +127,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<select id="selectReserveRecipe" resultMap="appletReserveRecipeVO">
|
<select id="selectReserveRecipe" resultMap="appletReserveRecipeVO">
|
||||||
select
|
select
|
||||||
mrd.mealtime_type,
|
mrd.mealtime_type,
|
||||||
-- if(md.meal_type = 2, 2, mdt.type_id) as type_id,
|
md.meal_type as type_id,
|
||||||
-- if(md.meal_type = 2, '套餐', mdt.type_name) as type_name,
|
'菜品' as type_name,
|
||||||
mdb.base_dishes_id,
|
mdb.base_dishes_id,
|
||||||
md.dishes_id,
|
md.dishes_id,
|
||||||
mdb.dishes_name,
|
mdb.dishes_name,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue