id, uid, file_name, file_path, sign, comment, deleleted_sign
delete from aft_file
where id = #{id,jdbcType=VARCHAR}
insert into aft_file (id, uid, file_name,
file_path, sign, comment,
deleleted_sign)
values (#{id,jdbcType=VARCHAR}, #{uid,jdbcType=VARCHAR}, #{fileName,jdbcType=VARCHAR},
#{filePath,jdbcType=VARCHAR}, #{sign,jdbcType=VARCHAR}, #{comment,jdbcType=VARCHAR},
#{deleletedSign,jdbcType=INTEGER})
insert into aft_file
id,
uid,
file_name,
file_path,
sign,
comment,
deleleted_sign,
#{id,jdbcType=VARCHAR},
#{uid,jdbcType=VARCHAR},
#{fileName,jdbcType=VARCHAR},
#{filePath,jdbcType=VARCHAR},
#{sign,jdbcType=VARCHAR},
#{comment,jdbcType=VARCHAR},
#{deleletedSign,jdbcType=INTEGER},
update aft_file
uid = #{uid,jdbcType=VARCHAR},
file_name = #{fileName,jdbcType=VARCHAR},
file_path = #{filePath,jdbcType=VARCHAR},
sign = #{sign,jdbcType=VARCHAR},
comment = #{comment,jdbcType=VARCHAR},
deleleted_sign = #{deleletedSign,jdbcType=INTEGER},
where id = #{id,jdbcType=VARCHAR}
update aft_file
set uid = #{uid,jdbcType=VARCHAR},
file_name = #{fileName,jdbcType=VARCHAR},
file_path = #{filePath,jdbcType=VARCHAR},
sign = #{sign,jdbcType=VARCHAR},
comment = #{comment,jdbcType=VARCHAR},
deleleted_sign = #{deleletedSign,jdbcType=INTEGER}
where id = #{id,jdbcType=VARCHAR}