|
|
@@ -173,8 +173,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="status != null and status != ''">status,</if>
|
|
|
<if test="pwdUpdateDate != null">pwd_update_date,</if>
|
|
|
<if test="location != null and location != ''">location,</if>
|
|
|
- <if test="examType != null and examType != ''">exam_type,</if>
|
|
|
- <if test="regStatus != null and regStatus != ''">reg_status,</if>
|
|
|
+ <if test="examType != null">exam_type,</if>
|
|
|
+ <if test="regStatus != null">reg_status,</if>
|
|
|
<if test="endYear != null">end_year,</if>
|
|
|
<if test="inviteCode != null and inviteCode != ''">invite_code,</if>
|
|
|
<if test="scores != null and scores != ''">scores,</if>
|
|
|
@@ -198,8 +198,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="status != null and status != ''">#{status},</if>
|
|
|
<if test="pwdUpdateDate != null">#{pwdUpdateDate},</if>
|
|
|
<if test="location != null and location != ''">#{location},</if>
|
|
|
- <if test="examType != null and examType != ''">#{examType},</if>
|
|
|
- <if test="regStatus != null and regStatus != ''">#{regStatus},</if>
|
|
|
+ <if test="examType != null">#{examType},</if>
|
|
|
+ <if test="regStatus != null">#{regStatus},</if>
|
|
|
<if test="endYear != null and endYear != ''">#{endYear},</if>
|
|
|
<if test="inviteCode != null and inviteCode != ''">#{inviteCode},</if>
|
|
|
<if test="scores != null and scores != ''">#{scores, typeHandler=com.ruoyi.system.handlers.SubjectScoreTypeHandler},</if>
|
|
|
@@ -225,8 +225,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="password2 != null and password2 != ''">password2 = #{password2},</if>
|
|
|
<if test="status != null and status != ''">status = #{status},</if>
|
|
|
<if test="location != null and location != ''">location = #{location},</if>
|
|
|
- <if test="examType != null and examType != ''">exam_type = #{examType},</if>
|
|
|
- <if test="regStatus != null and regStatus != ''">reg_status = #{regStatus},</if>
|
|
|
+ <if test="examType != null">exam_type = #{examType},</if>
|
|
|
+ <if test="regStatus != null">reg_status = #{regStatus},</if>
|
|
|
<if test="endYear != null and endYear != ''">end_year = #{endYear},</if>
|
|
|
<if test="inviteCode != null and inviteCode != ''">invite_code = #{inviteCode},</if>
|
|
|
<if test="scores != null and scores != ''">scores = #{scores, typeHandler=com.ruoyi.system.handlers.SubjectScoreTypeHandler},</if>
|