luohairen
2024-11-11 cd59ededbf05a0ae73b8f4944fbf40a1fb01d28a
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>