id, `name`, amount, thumbnail_url, `status`, sort, release_status, create_time, release_time,
`host`, `type`, commodity_url, commodity_type, summary
content, commodity_content
delete from project
where id = #{id,jdbcType=INTEGER}
insert into project (id, `name`, amount,
thumbnail_url, `status`, sort,
release_status, create_time, release_time,
`host`, `type`, commodity_url,
commodity_type, summary, content,
commodity_content)
values (#{id,jdbcType=INTEGER}, #{name,jdbcType=VARCHAR}, #{amount,jdbcType=DECIMAL},
#{thumbnailUrl,jdbcType=VARCHAR}, #{status,jdbcType=INTEGER}, #{sort,jdbcType=INTEGER},
#{releaseStatus,jdbcType=INTEGER}, #{createTime,jdbcType=TIMESTAMP}, #{releaseTime,jdbcType=TIMESTAMP},
#{host,jdbcType=INTEGER}, #{type,jdbcType=INTEGER}, #{commodityUrl,jdbcType=VARCHAR},
#{commodityType,jdbcType=INTEGER}, #{summary,jdbcType=VARCHAR}, #{content,jdbcType=LONGVARCHAR},
#{commodityContent,jdbcType=LONGVARCHAR})
insert into project
id,
`name`,
amount,
thumbnail_url,
`status`,
sort,
release_status,
create_time,
release_time,
`host`,
`type`,
commodity_url,
commodity_type,
summary,
content,
commodity_content,
#{id,jdbcType=INTEGER},
#{name,jdbcType=VARCHAR},
#{amount,jdbcType=DECIMAL},
#{thumbnailUrl,jdbcType=VARCHAR},
#{status,jdbcType=INTEGER},
#{sort,jdbcType=INTEGER},
#{releaseStatus,jdbcType=INTEGER},
#{createTime,jdbcType=TIMESTAMP},
#{releaseTime,jdbcType=TIMESTAMP},
#{host,jdbcType=INTEGER},
#{type,jdbcType=INTEGER},
#{commodityUrl,jdbcType=VARCHAR},
#{commodityType,jdbcType=INTEGER},
#{summary,jdbcType=VARCHAR},
#{content,jdbcType=LONGVARCHAR},
#{commodityContent,jdbcType=LONGVARCHAR},
update project
`name` = #{name,jdbcType=VARCHAR},
amount = #{amount,jdbcType=DECIMAL},
thumbnail_url = #{thumbnailUrl,jdbcType=VARCHAR},
`status` = #{status,jdbcType=INTEGER},
sort = #{sort,jdbcType=INTEGER},
release_status = #{releaseStatus,jdbcType=INTEGER},
create_time = #{createTime,jdbcType=TIMESTAMP},
release_time = #{releaseTime,jdbcType=TIMESTAMP},
`host` = #{host,jdbcType=INTEGER},
`type` = #{type,jdbcType=INTEGER},
commodity_url = #{commodityUrl,jdbcType=VARCHAR},
commodity_type = #{commodityType,jdbcType=INTEGER},
summary = #{summary,jdbcType=VARCHAR},
content = #{content,jdbcType=LONGVARCHAR},
commodity_content = #{commodityContent,jdbcType=LONGVARCHAR},
where id = #{id,jdbcType=INTEGER}
update project
set `name` = #{name,jdbcType=VARCHAR},
amount = #{amount,jdbcType=DECIMAL},
thumbnail_url = #{thumbnailUrl,jdbcType=VARCHAR},
`status` = #{status,jdbcType=INTEGER},
sort = #{sort,jdbcType=INTEGER},
release_status = #{releaseStatus,jdbcType=INTEGER},
create_time = #{createTime,jdbcType=TIMESTAMP},
release_time = #{releaseTime,jdbcType=TIMESTAMP},
`host` = #{host,jdbcType=INTEGER},
`type` = #{type,jdbcType=INTEGER},
commodity_url = #{commodityUrl,jdbcType=VARCHAR},
commodity_type = #{commodityType,jdbcType=INTEGER},
summary = #{summary,jdbcType=VARCHAR},
content = #{content,jdbcType=LONGVARCHAR},
commodity_content = #{commodityContent,jdbcType=LONGVARCHAR}
where id = #{id,jdbcType=INTEGER}
update project
set `name` = #{name,jdbcType=VARCHAR},
amount = #{amount,jdbcType=DECIMAL},
thumbnail_url = #{thumbnailUrl,jdbcType=VARCHAR},
`status` = #{status,jdbcType=INTEGER},
sort = #{sort,jdbcType=INTEGER},
release_status = #{releaseStatus,jdbcType=INTEGER},
create_time = #{createTime,jdbcType=TIMESTAMP},
release_time = #{releaseTime,jdbcType=TIMESTAMP},
`host` = #{host,jdbcType=INTEGER},
`type` = #{type,jdbcType=INTEGER},
commodity_url = #{commodityUrl,jdbcType=VARCHAR},
commodity_type = #{commodityType,jdbcType=INTEGER},
summary = #{summary,jdbcType=VARCHAR}
where id = #{id,jdbcType=INTEGER}