更换路径
This commit is contained in:
parent
49b6f87027
commit
eddd948b2b
|
|
@ -9,7 +9,7 @@
|
|||
<result property="startBusinessTime" column="start_business_time_ac"/>
|
||||
<result property="endBusinessTime" column="end_business_time_ac"/>
|
||||
<result property="businessState" column="business_state_ac"/>
|
||||
<collection property="stallList" oftype="com.bonus.canteen.core.menu.vo.AppletCurrentStallVO">
|
||||
<collection property="stallList" ofType="com.bonus.canteen.core.menu.vo.AppletCurrentStallVO">
|
||||
<result property="stallId" column="stall_id"/>
|
||||
<result property="stallName" column="stall_name"/>
|
||||
<result property="stallImgUrl" column="stall_img_url"/>
|
||||
|
|
@ -118,7 +118,7 @@
|
|||
<result property="startBusinessTime" column="start_business_time_ac"/>
|
||||
<result property="endBusinessTime" column="end_business_time_ac"/>
|
||||
<result property="businessState" column="business_state_ac"/>
|
||||
<collection property="stallList" oftype="com.bonus.canteen.core.menu.vo.AppletReserveStallVO">
|
||||
<collection property="stallList" ofType="com.bonus.canteen.core.menu.vo.AppletReserveStallVO">
|
||||
<result property="stallId" column="stall_id"/>
|
||||
<result property="stallName" column="stall_name"/>
|
||||
<result property="stallImgUrl" column="stall_img_url"/>
|
||||
|
|
@ -163,7 +163,7 @@
|
|||
<!-- <result property="startBusinessTime" column="start_business_time_ac"/>-->
|
||||
<!-- <result property="endBusinessTime" column="end_business_time_ac"/>-->
|
||||
<!-- <result property="businessState" column="business_state_ac"/>-->
|
||||
<!-- <collection property="stallList" oftype="com.bonus.canteen.core.menu.vo.AppletReserveStallVO">-->
|
||||
<!-- <collection property="stallList" ofType="com.bonus.canteen.core.menu.vo.AppletReserveStallVO">-->
|
||||
<!-- <result property="stallId" column="stall_id"/>-->
|
||||
<!-- <result property="stallName" column="stall_name"/>-->
|
||||
<!-- <result property="stallImgUrl" column="stall_img_url"/>-->
|
||||
|
|
@ -297,7 +297,7 @@
|
|||
<!-- <result property="startBusinessTime" column="start_business_time_ac"/>-->
|
||||
<!-- <result property="endBusinessTime" column="end_business_time_ac"/>-->
|
||||
<!-- <result property="businessState" column="business_state_ac"/>-->
|
||||
<!-- <collection property="stallList" oftype="com.bonus.canteen.core.menu.vo.AppletWeekStallVO">-->
|
||||
<!-- <collection property="stallList" ofType="com.bonus.canteen.core.menu.vo.AppletWeekStallVO">-->
|
||||
<!-- <result property="stallId" column="stall_id"/>-->
|
||||
<!-- <result property="stallName" column="stall_name"/>-->
|
||||
<!-- <result property="stallImgUrl" column="stall_img_url"/>-->
|
||||
|
|
|
|||
|
|
@ -302,7 +302,7 @@
|
|||
<result property="imageUrl" column="image_url"/>
|
||||
<result property="intro" column="intro"/>
|
||||
<result property="particulars" column="particulars"/>
|
||||
<collection property="dishesDetailList" oftype="com.bonus.canteen.core.menu.vo.AppletDishesSizeV2VO">
|
||||
<collection property="dishesDetailList" ofType="com.bonus.canteen.core.menu.vo.AppletDishesSizeV2VO">
|
||||
<result property="dishesId" column="dishes_id"/>
|
||||
<result property="dishesName" column="real_dishes_name"/>
|
||||
<result property="surplusNum" column="surplus_num"/>
|
||||
|
|
|
|||
|
|
@ -18,10 +18,10 @@
|
|||
|
||||
<resultMap id="appletWeekRecipeVO" type="com.bonus.canteen.core.menu.vo.AppletWeekRecipeVO">
|
||||
<result property="mealtimeType" column="mealtime_type"/>
|
||||
<collection property="typeList" oftype="com.bonus.canteen.core.menu.vo.AppletWeekRecipeTypeVO">
|
||||
<collection property="typeList" ofType="com.bonus.canteen.core.menu.vo.AppletWeekRecipeTypeVO">
|
||||
<result property="typeId" column="type_id"/>
|
||||
<result property="typeName" column="type_name"/>
|
||||
<collection property="dishesList" oftype="com.bonus.canteen.core.menu.vo.AppletWeekRecipeDishesVO">
|
||||
<collection property="dishesList" ofType="com.bonus.canteen.core.menu.vo.AppletWeekRecipeDishesVO">
|
||||
<result property="baseDishesId" column="base_dishes_id"/>
|
||||
<result property="dishesName" column="dishes_name"/>
|
||||
<result property="dishesImgUrl" column="dishes_img_url"/>
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
<result property="canteenName" column="canteen_name"/>
|
||||
<result property="stallId" column="stall_id"/>
|
||||
<result property="stallName" column="stall_name"/>
|
||||
<collection property="dishesDetailList" oftype="com.bonus.canteen.core.menu.vo.AppletCurrentDishesDetailVO">
|
||||
<collection property="dishesDetailList" ofType="com.bonus.canteen.core.menu.vo.AppletCurrentDishesDetailVO">
|
||||
<result property="dishesId" column="dishes_id"/>
|
||||
<result property="dishesName" column="real_dishes_name"/>
|
||||
<result property="surplusNum" column="surplus_num"/>
|
||||
|
|
@ -133,10 +133,10 @@
|
|||
|
||||
<resultMap id="appletReserveRecipeVO" type="com.bonus.canteen.core.menu.vo.AppletReserveRecipeVO">
|
||||
<result property="mealtimeType" column="mealtime_type"/>
|
||||
<collection property="typeList" oftype="com.bonus.canteen.core.menu.vo.AppletReserveRecipeTypeVO">
|
||||
<collection property="typeList" ofType="com.bonus.canteen.core.menu.vo.AppletReserveRecipeTypeVO">
|
||||
<result property="typeId" column="type_id"/>
|
||||
<result property="typeName" column="type_name"/>
|
||||
<collection property="dishesList" oftype="com.bonus.canteen.core.menu.vo.AppletReserveRecipeDishesVO">
|
||||
<collection property="dishesList" ofType="com.bonus.canteen.core.menu.vo.AppletReserveRecipeDishesVO">
|
||||
<result property="baseDishesId" column="base_dishes_id"/>
|
||||
<result property="dishesName" column="dishes_name"/>
|
||||
<result property="detailType" column="detail_type"/>
|
||||
|
|
@ -147,7 +147,7 @@
|
|||
<result property="stallId" column="stall_id"/>
|
||||
<result property="stallName" column="stall_name"/>
|
||||
<result property="recommendFlag" column="recommend_flag"/>
|
||||
<collection property="dishesDetailList" oftype="com.bonus.canteen.core.menu.vo.AppletCurrentDishesDetailVO">
|
||||
<collection property="dishesDetailList" ofType="com.bonus.canteen.core.menu.vo.AppletCurrentDishesDetailVO">
|
||||
<result property="dishesId" column="dishes_id"/>
|
||||
<result property="dishesName" column="real_dishes_name"/>
|
||||
<result property="surplusNum" column="surplus_num"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue