smartor/src/main/resources/mapper/smartor/SvyLibTopicCategoryMapper.xml
@@ -39,7 +39,7 @@ resultMap="SvyLibTopicCategoryResult"> <include refid="selectSvyLibTopicCategoryVo"/> <where> del_flat=0 del_flag=0 <if test="name != null and name != ''">and name like concat('%', #{name}, '%')</if> <if test="topicid != null ">and topicid = #{topicid}</if> <if test="pid != null ">and pid = #{pid}</if>