src/main/resources/mapper/ExamPaperAnswerMapper.xml
@@ -260,6 +260,9 @@ <if test="subjectId != null"> and subject_id = #{subjectId} </if> <if test="paperName != null and paperName != ''"> and paper_name like concat('%',#{paperName},'%') </if> </where> </select>