ZhuDongming
2020-03-31 90f46db2793f5b242f13bf6959ab6c7f5a596c43
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>