ZhuDongming
2020-06-24 9d55c59a9e8cca81e984dc713564d1b551973172
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"/>