ZhuDongming
2019-12-02 5f876f590e8c6d73cf62803b69db808fe2025983
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>