考试申请bug修改。

This commit is contained in:
Renpc-kilig 2021-05-12 15:03:04 +08:00
parent bc62daf13c
commit 36a4eef640

View File

@ -169,16 +169,16 @@
<if test="examApplyNum != null and examApplyNum != ''">
exam_apply_num = #{examApplyNum},
</if>
<if test="status != null and status != ''">
<if test="status != null">
status = #{status},
</if>
<if test="userStatus != null and userStatus != ''">
<if test="userStatus != null">
user_status = #{userStatus},
</if>
<if test="checkStatus != null and checkStatus != ''">
<if test="checkStatus != null">
check_status = #{checkStatus},
</if>
<if test="examType != null and examType != ''">
<if test="examType != null">
exam_type = #{examType},
</if>
<if test="reason != null and reason != ''">