0627
This commit is contained in:
parent
c7b9f62dab
commit
9bbfbeed16
@ -103,6 +103,7 @@
|
||||
<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.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>
|
||||
<choose>
|
||||
<when test="entity.financePass == true">
|
||||
|
Loading…
Reference in New Issue
Block a user