This commit is contained in:
Lx 2025-06-27 16:34:37 +08:00
parent c7b9f62dab
commit 9bbfbeed16

View File

@ -103,6 +103,7 @@
<if test="entity.courseName != null and entity.courseName != '' "> and dsp.course_name like concat('%', #{entity.courseName}, '%')</if> <if test="entity.courseName != null and entity.courseName != '' "> and dsp.course_name like concat('%', #{entity.courseName}, '%')</if>
<if test="entity.userId != null "> and dsp.user_id = #{entity.userId}</if> <if test="entity.userId != null "> and dsp.user_id = #{entity.userId}</if>
<if test="entity.courseId != null and entity.courseId != '' "> and dsp.course_id = #{entity.courseId}</if> <if test="entity.courseId != null and entity.courseId != '' "> and dsp.course_id = #{entity.courseId}</if>
<if test="entity.subject != null "> and dsp.subject = #{entity.subject}</if>
<if test="entity.examStatus != null ">and dsp.exam_status = #{entity.examStatus}</if> <if test="entity.examStatus != null ">and dsp.exam_status = #{entity.examStatus}</if>
<choose> <choose>
<when test="entity.financePass == true"> <when test="entity.financePass == true">