storage_id, real_name, name, suffix, path, type, size, create_by, update_by, create_time, update_time delete from tool_local_storage where storage_id = #{storageId,jdbcType=BIGINT} insert into tool_local_storage (storage_id, real_name, name, suffix, path, type, size, create_by, update_by, create_time, update_time) values (#{storageId,jdbcType=BIGINT}, #{realName,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR}, #{suffix,jdbcType=VARCHAR}, #{path,jdbcType=VARCHAR}, #{type,jdbcType=VARCHAR}, #{size,jdbcType=VARCHAR}, #{createBy,jdbcType=VARCHAR}, #{updateBy,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, #{updateTime,jdbcType=TIMESTAMP}) insert into tool_local_storage storage_id, real_name, name, suffix, path, type, size, create_by, update_by, create_time, update_time, #{storageId,jdbcType=BIGINT}, #{realName,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR}, #{suffix,jdbcType=VARCHAR}, #{path,jdbcType=VARCHAR}, #{type,jdbcType=VARCHAR}, #{size,jdbcType=VARCHAR}, #{createBy,jdbcType=VARCHAR}, #{updateBy,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, #{updateTime,jdbcType=TIMESTAMP}, update tool_local_storage real_name = #{realName,jdbcType=VARCHAR}, name = #{name,jdbcType=VARCHAR}, suffix = #{suffix,jdbcType=VARCHAR}, path = #{path,jdbcType=VARCHAR}, type = #{type,jdbcType=VARCHAR}, size = #{size,jdbcType=VARCHAR}, create_by = #{createBy,jdbcType=VARCHAR}, update_by = #{updateBy,jdbcType=VARCHAR}, create_time = #{createTime,jdbcType=TIMESTAMP}, update_time = #{updateTime,jdbcType=TIMESTAMP}, where storage_id = #{storageId,jdbcType=BIGINT} update tool_local_storage set real_name = #{realName,jdbcType=VARCHAR}, name = #{name,jdbcType=VARCHAR}, suffix = #{suffix,jdbcType=VARCHAR}, path = #{path,jdbcType=VARCHAR}, type = #{type,jdbcType=VARCHAR}, size = #{size,jdbcType=VARCHAR}, create_by = #{createBy,jdbcType=VARCHAR}, update_by = #{updateBy,jdbcType=VARCHAR}, create_time = #{createTime,jdbcType=TIMESTAMP}, update_time = #{updateTime,jdbcType=TIMESTAMP} where storage_id = #{storageId,jdbcType=BIGINT}