考生信息更新新增条件。

This commit is contained in:
Renpc-kilig 2021-06-19 18:01:58 +08:00
parent af8f2c3fc9
commit 66a51e612e

View File

@ -437,8 +437,12 @@
<if test="jobType != null and jobType != ''">
job_type = #{jobType},
</if>
gmt_modified = #{gmtModified},
<if test="gmtModified != null and gmtModified != ''">
jgmt_modified = #{gmtModified},
</if>
<if test="modifier != null and modifier != ''">
modifier = #{modifier},
</if>
apply_students_new_id = apply_students_new_id
WHERE
1 = 1