ZhuDongming
2019-12-27 47a26c3365cfe2a9705aea8ae0887086f521ef7b
src/main/resources/mapper/ChannelMapper.xml
@@ -30,4 +30,12 @@
            and channel_name like concat('%',#{channelName},'%')
        </if>
    </select>
    <select id="getChannelId" resultType="java.lang.Integer">
        select
        distinct
        id
        from channel
        where channel_is_delete=1
    </select>
</mapper>