|
|
@ -403,6 +403,7 @@ |
|
|
<if test="imageNormalUrlPath != null">image_normal_url_path = #{imageNormalUrlPath},</if> |
|
|
<if test="imageNormalUrlPath != null">image_normal_url_path = #{imageNormalUrlPath},</if> |
|
|
<if test="resPos != null">res_pos = #{resPos},</if> |
|
|
<if test="resPos != null">res_pos = #{resPos},</if> |
|
|
<if test="filter != null">filter = #{filter},</if> |
|
|
<if test="filter != null">filter = #{filter},</if> |
|
|
|
|
|
<if test="originalValue != null">original_value = #{originalValue},</if> |
|
|
</trim> |
|
|
</trim> |
|
|
where line_id = #{lineId} |
|
|
where line_id = #{lineId} |
|
|
</update> |
|
|
</update> |
|
|
|