id, `name`, code, short_name, updated_at, updated_by, created_at, created_by, del_flag
delete from t_org
where id = #{id,jdbcType=BIGINT}
insert into t_org (`name`, code, short_name, updated_at,
updated_by, created_at, created_by, del_flag)
values (#{name,jdbcType=VARCHAR}, #{code,jdbcType=VARCHAR}, #{shortName,jdbcType=VARCHAR}, #{updatedAt,jdbcType=TIMESTAMP},
#{updatedBy,jdbcType=VARCHAR}, #{createdAt,jdbcType=TIMESTAMP}, #{createdBy,jdbcType=VARCHAR}, #{delFlag,jdbcType=VARCHAR})
insert into t_org
`name`,
code,
short_name,
updated_at,
updated_by,
created_at,
created_by,
del_flag,
#{name,jdbcType=VARCHAR},
#{code,jdbcType=VARCHAR},
#{shortName,jdbcType=VARCHAR},
#{updatedAt,jdbcType=TIMESTAMP},
#{updatedBy,jdbcType=VARCHAR},
#{createdAt,jdbcType=TIMESTAMP},
#{createdBy,jdbcType=VARCHAR},
#{delFlag,jdbcType=VARCHAR},
update t_org
`name` = #{name,jdbcType=VARCHAR},
code = #{code,jdbcType=VARCHAR},
short_name = #{shortName,jdbcType=VARCHAR},
updated_at = #{updatedAt,jdbcType=TIMESTAMP},
updated_by = #{updatedBy,jdbcType=VARCHAR},
created_at = #{createdAt,jdbcType=TIMESTAMP},
created_by = #{createdBy,jdbcType=VARCHAR},
del_flag = #{delFlag,jdbcType=VARCHAR},
where id = #{id,jdbcType=BIGINT}
update t_org
set `name` = #{name,jdbcType=VARCHAR},
code = #{code,jdbcType=VARCHAR},
short_name = #{shortName,jdbcType=VARCHAR},
updated_at = #{updatedAt,jdbcType=TIMESTAMP},
updated_by = #{updatedBy,jdbcType=VARCHAR},
created_at = #{createdAt,jdbcType=TIMESTAMP},
created_by = #{createdBy,jdbcType=VARCHAR},
del_flag = #{delFlag,jdbcType=VARCHAR}
where id = #{id,jdbcType=BIGINT}