diff --git a/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/cook/CookH5Mapper.xml b/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/cook/CookH5Mapper.xml index 8ec6750..d9452bf 100644 --- a/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/cook/CookH5Mapper.xml +++ b/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/cook/CookH5Mapper.xml @@ -29,7 +29,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - + @@ -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" - + @@ -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,