考试申请bug修改。
This commit is contained in:
parent
bc62daf13c
commit
36a4eef640
@ -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 != ''">
|
||||
|
Loading…
Reference in New Issue
Block a user