xiangpei
2024-10-31 931182d19f6487509c2052d46bb11153605f02d5
src/main/resources/mapper/QuestionMapper.xml
@@ -56,6 +56,9 @@
            <if test="content != null and content != ''">
                and instr(tq.content, #{content})
            </if>
            <if test="title != null and title != ''">
                and title like CONCAT('%', #{title}, '%')
            </if>
        </where>
    </select>