liusheng
2024-05-10 bb60b5747d5f4b85655a541d4990ec7464497b1b
smartor/src/main/resources/mapper/smartor/SvyLibTopicMapper.xml
@@ -72,7 +72,8 @@
            <if test="oldid != null ">and oldid = #{oldid}</if>
            <if test="topictype != null and topictype != ''">and topictype = #{topictype}</if>
            <if test="categoryid != null ">and categoryid = #{categoryid}</if>
            <if test="topic != null  and topic != ''">and topic = #{topic}</if>
            <if test="topic != null  and topic != ''">and topic like concat('%', #{topic}, '%')</if>
            <if test="ishide != null ">and ishide = #{ishide}</if>
            <if test="orgid != null  and orgid != ''">and orgid = #{orgid}</if>
            <if test="svyid != null  and svyid != ''">and svyid = #{svyid}</if>