kaiyu
2020-11-30 8bb0e02e8fd166f35782870983fd2140142df409
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"/>