更新
This commit is contained in:
parent
77f1637046
commit
87c5b4df60
@ -89,7 +89,6 @@
|
|||||||
<if test="studentIdCard != null">student_id_card,</if>
|
<if test="studentIdCard != null">student_id_card,</if>
|
||||||
<if test="trialsScore != null">trials_score,</if>
|
<if test="trialsScore != null">trials_score,</if>
|
||||||
<if test="isPreliminary != null">is_preliminary,</if>
|
<if test="isPreliminary != null">is_preliminary,</if>
|
||||||
<if test="racetrack != null">racetrack,</if>
|
|
||||||
<if test="remark != null">remark,</if>
|
<if test="remark != null">remark,</if>
|
||||||
<if test="sex != null">sex,</if>
|
<if test="sex != null">sex,</if>
|
||||||
<if test="delFlag != null">del_flag,</if>
|
<if test="delFlag != null">del_flag,</if>
|
||||||
@ -112,7 +111,6 @@
|
|||||||
<if test="studentIdCard != null">#{studentIdCard},</if>
|
<if test="studentIdCard != null">#{studentIdCard},</if>
|
||||||
<if test="trialsScore != null">#{trialsScore},</if>
|
<if test="trialsScore != null">#{trialsScore},</if>
|
||||||
<if test="isPreliminary != null">#{isPreliminary},</if>
|
<if test="isPreliminary != null">#{isPreliminary},</if>
|
||||||
<if test="racetrack != null">#{racetrack},</if>
|
|
||||||
<if test="remark != null">#{remark},</if>
|
<if test="remark != null">#{remark},</if>
|
||||||
<if test="sex != null">#{sex},</if>
|
<if test="sex != null">#{sex},</if>
|
||||||
<if test="delFlag != null">#{delFlag},</if>
|
<if test="delFlag != null">#{delFlag},</if>
|
||||||
|
Loading…
Reference in New Issue
Block a user