recipe detail id
This commit is contained in:
parent
81f11e3800
commit
df3cc9e90c
|
|
@ -148,7 +148,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
md.dishes_name as real_dishes_name,
|
||||
md.meal_type as detail_type,
|
||||
md.image_url as dishes_img_url,
|
||||
mrd.recipe_detail_id,
|
||||
mrd.recipe_detail_id as detail_id,
|
||||
m.remanent_num,
|
||||
m.limit_num,
|
||||
m.price as dishes_price,
|
||||
|
|
@ -253,7 +253,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
md.dishes_name,
|
||||
md.intro,
|
||||
md.image_url as dishes_img_url,
|
||||
mrd.recipe_detail_id,
|
||||
mrd.recipe_detail_id as detail_id,
|
||||
m.remanent_num,
|
||||
m.limit_num,
|
||||
m.price as dishes_price,
|
||||
|
|
|
|||
Loading…
Reference in New Issue