|
@@ -750,13 +750,13 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
UPDATE
|
|
UPDATE
|
|
|
user_subscribe
|
|
user_subscribe
|
|
|
SET
|
|
SET
|
|
|
- <if test="examStatus != null and examStatus != '' ">
|
|
|
|
|
|
|
+ <if test="examStatus != null">
|
|
|
exam_status = #{examStatus},
|
|
exam_status = #{examStatus},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="performance != null and performance != '' ">
|
|
<if test="performance != null and performance != '' ">
|
|
|
performance = #{performance},
|
|
performance = #{performance},
|
|
|
</if>
|
|
</if>
|
|
|
- <if test="result != null and result != '' ">
|
|
|
|
|
|
|
+ <if test="result != null">
|
|
|
`result` = #{result},
|
|
`result` = #{result},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="certificateCode != null and certificateCode != '' ">
|
|
<if test="certificateCode != null and certificateCode != '' ">
|