...
|
...
|
@@ -39,6 +39,12 @@ |
|
|
<if test="updateUid != null" >
|
|
|
update_uid = #{updateUid,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="imageWidth != null" >
|
|
|
image_width = #{imageWidth,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="imageHeight != null" >
|
|
|
image_height = #{imageHeight,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
</set>
|
|
|
where id = #{id,jdbcType=INTEGER}
|
|
|
</update>
|
...
|
...
|
|