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>