|
|
@@ -103,8 +103,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
103
|
103
|
<if test="examId != null "> and exam_id = #{examId}</if>
|
|
104
|
104
|
<if test="examName != null and examName != ''"> and e.exam_name like concat('%', #{examName}, '%')</if>
|
|
105
|
105
|
<if test="userId != null "> and user_id = #{userId}</if>
|
|
106
|
|
- <if test="userName != null and userName != ''"> and user_name like concat('%', #{userName}, '%')</if>
|
|
107
|
|
- <if test="userPhone != null and userPhone != ''"> and user_phone = #{userPhone}</if>
|
|
|
106
|
+ <if test="userName != null and userName != ''"> and ep.user_name like concat('%', #{userName}, '%')</if>
|
|
|
107
|
+ <if test="userPhone != null and userPhone != ''"> and ep.user_phone = #{userPhone}</if>
|
|
108
|
108
|
<if test="status != null and status != ''"> and ep.status = #{status}</if>
|
|
109
|
109
|
<if test="score != null "> and score = #{score}</if>
|
|
110
|
110
|
<if test="reviewStatus != null and reviewStatus != ''"> and review_status = #{reviewStatus}</if>
|