luohairen
2024-10-31 4d2b88284dae05b7acb2134b4ddbbd11b1586952
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>