id, member_id, doc_name, doc_type, file_type, doc_path, platform_id, created_time,
modified_time, deleted
delete from sv_health_docs
where id = #{id,jdbcType=INTEGER}
insert into sv_health_docs (id, member_id, doc_name,
doc_type, file_type, doc_path,
platform_id, created_time, modified_time,
deleted)
values (#{id,jdbcType=INTEGER}, #{memberId,jdbcType=INTEGER}, #{docName,jdbcType=VARCHAR},
#{docType,jdbcType=CHAR}, #{fileType,jdbcType=CHAR}, #{docPath,jdbcType=VARCHAR},
#{platformId,jdbcType=INTEGER}, #{createdTime,jdbcType=TIMESTAMP}, #{modifiedTime,jdbcType=TIMESTAMP},
#{deleted,jdbcType=TINYINT})
insert into sv_health_docs
id,
member_id,
doc_name,
doc_type,
file_type,
doc_path,
platform_id,
created_time,
modified_time,
deleted,
#{id,jdbcType=INTEGER},
#{memberId,jdbcType=INTEGER},
#{docName,jdbcType=VARCHAR},
#{docType,jdbcType=CHAR},
#{fileType,jdbcType=CHAR},
#{docPath,jdbcType=VARCHAR},
#{platformId,jdbcType=INTEGER},
#{createdTime,jdbcType=TIMESTAMP},
#{modifiedTime,jdbcType=TIMESTAMP},
#{deleted,jdbcType=TINYINT},
update sv_health_docs
member_id = #{memberId,jdbcType=INTEGER},
doc_name = #{docName,jdbcType=VARCHAR},
doc_type = #{docType,jdbcType=CHAR},
file_type = #{fileType,jdbcType=CHAR},
doc_path = #{docPath,jdbcType=VARCHAR},
platform_id = #{platformId,jdbcType=INTEGER},
created_time = #{createdTime,jdbcType=TIMESTAMP},
modified_time = #{modifiedTime,jdbcType=TIMESTAMP},
deleted = #{deleted,jdbcType=TINYINT},
where id = #{id,jdbcType=INTEGER}
update sv_health_docs
set member_id = #{memberId,jdbcType=INTEGER},
doc_name = #{docName,jdbcType=VARCHAR},
doc_type = #{docType,jdbcType=CHAR},
file_type = #{fileType,jdbcType=CHAR},
doc_path = #{docPath,jdbcType=VARCHAR},
platform_id = #{platformId,jdbcType=INTEGER},
created_time = #{createdTime,jdbcType=TIMESTAMP},
modified_time = #{modifiedTime,jdbcType=TIMESTAMP},
deleted = #{deleted,jdbcType=TINYINT}
where id = #{id,jdbcType=INTEGER}