jinpengyong
2020-07-29 bc6aaea416da40038dee2df1b3de4a1581da2a48
src/main/resources/mapper/MenuMapper.xml
@@ -110,14 +110,6 @@
        </if>
    </select>
    <select id="getChannelId" resultType="java.lang.Integer">
        select
        distinct
        channel_id
        from menu
        where is_delete=0
    </select>
    <select id="getMenuListInfo" resultMap="ResultMap">
        select
        <include refid="Base_Column_List"/>