jinpengyong
2020-05-27 634cc17925e9a7112238e08a53b6f70958e2cc2f
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"/>