考试申请bug修改。
This commit is contained in:
parent
bc62daf13c
commit
36a4eef640
@ -169,16 +169,16 @@
|
|||||||
<if test="examApplyNum != null and examApplyNum != ''">
|
<if test="examApplyNum != null and examApplyNum != ''">
|
||||||
exam_apply_num = #{examApplyNum},
|
exam_apply_num = #{examApplyNum},
|
||||||
</if>
|
</if>
|
||||||
<if test="status != null and status != ''">
|
<if test="status != null">
|
||||||
status = #{status},
|
status = #{status},
|
||||||
</if>
|
</if>
|
||||||
<if test="userStatus != null and userStatus != ''">
|
<if test="userStatus != null">
|
||||||
user_status = #{userStatus},
|
user_status = #{userStatus},
|
||||||
</if>
|
</if>
|
||||||
<if test="checkStatus != null and checkStatus != ''">
|
<if test="checkStatus != null">
|
||||||
check_status = #{checkStatus},
|
check_status = #{checkStatus},
|
||||||
</if>
|
</if>
|
||||||
<if test="examType != null and examType != ''">
|
<if test="examType != null">
|
||||||
exam_type = #{examType},
|
exam_type = #{examType},
|
||||||
</if>
|
</if>
|
||||||
<if test="reason != null and reason != ''">
|
<if test="reason != null and reason != ''">
|
||||||
|
Loading…
Reference in New Issue
Block a user