删除cook_dishes_base
This commit is contained in:
parent
ed541c9302
commit
399321710b
|
|
@ -29,7 +29,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
<result property="stallName" column="stall_name"/>
|
||||
<collection property="dishesDetailList" ofType="com.bonus.canteen.core.cook.vo.CookH5WeekDishesDetailsVO">
|
||||
<result property="dishesId" column="dishes_id"/>
|
||||
<result property="dishesName" column="real_dishes_name"/>
|
||||
<result property="dishesName" column="dishes_name"/>
|
||||
<result property="remanentNum" column="remanent_num"/>
|
||||
<result property="limitNum" column="limit_num"/>
|
||||
<result property="dishesPrice" column="dishes_price"/>
|
||||
|
|
@ -64,7 +64,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
if(md.meal_type = 2, '套餐', mdt.dishes_type_name) as type_name,
|
||||
md.dishes_id,
|
||||
md.dishes_name,
|
||||
md.dishes_name as real_dishes_name,
|
||||
md.image_url as dishes_img_url,
|
||||
mrd.recipe_detail_id,
|
||||
m.remanent_num,
|
||||
|
|
@ -207,7 +206,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
<result property="recommendFlag" column="recommend_flag"/>
|
||||
<collection property="dishesDetailList" ofType="com.bonus.canteen.core.cook.vo.CookH5CurrentDishesDetailVO">
|
||||
<result property="dishesId" column="dishes_id"/>
|
||||
<result property="dishesName" column="real_dishes_name"/>
|
||||
<result property="dishesName" column="dishes_name"/>
|
||||
<result property="remanentNum" column="remanent_num"/>
|
||||
<result property="limitNum" column="limit_num"/>
|
||||
<result property="dishesPrice" column="dishes_price"/>
|
||||
|
|
@ -232,7 +231,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
if(md.meal_type = 2, '套餐', mdt.dishes_type_name) as type_name,
|
||||
md.dishes_id,
|
||||
md.dishes_name,
|
||||
md.dishes_name as real_dishes_name,
|
||||
md.meal_type as detail_type,
|
||||
md.image_url as dishes_img_url,
|
||||
mrd.recipe_detail_id,
|
||||
|
|
@ -381,7 +379,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
md.meal_type,
|
||||
md.custom_id,
|
||||
md.dishes_name,
|
||||
md.dishes_name as real_dishes_name,
|
||||
md.alias_name,
|
||||
md.image_url,
|
||||
md.intro,
|
||||
|
|
|
|||
Loading…
Reference in New Issue