于紫祥_1901
2020-08-24 53217a560fecddcf8ff5b7583532f49381b14d80
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>