qirong
2023-06-19 239c97e6701bc5ee5a1b9b890003dd6cd2132f48
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>