id,create_id,create_time,
update_time,delete_sign,bname,
cid,price,offset,
activity_price,activity_flag,member_price,
introduce,status,country,
province,city,district,
principal_id,Value_effect,client_size,
min_logo,max_logo,project_url,
boutique,first_payment,type,
patent_transfer,restrict_status
delete from business_project
where id = #{id,jdbcType=VARCHAR}
insert into business_project
( id,create_id,create_time
,update_time,delete_sign,bname
,cid,price,offset
,activity_price,activity_flag,member_price
,introduce,status,country
,province,city,district
,principal_id,Value_effect,client_size
,min_logo,max_logo,project_url
,boutique,first_payment,type
,patent_transfer,restrict_status)
values (#{id,jdbcType=VARCHAR},#{createId,jdbcType=VARCHAR},#{createTime,jdbcType=TIMESTAMP}
,#{updateTime,jdbcType=TIMESTAMP},#{deleteSign,jdbcType=INTEGER},#{bname,jdbcType=VARCHAR}
,#{cid,jdbcType=VARCHAR},#{price,jdbcType=DECIMAL},#{offset,jdbcType=DECIMAL}
,#{activityPrice,jdbcType=DECIMAL},#{activityFlag,jdbcType=VARCHAR},#{memberPrice,jdbcType=DECIMAL}
,#{introduce,jdbcType=VARCHAR},#{status,jdbcType=VARCHAR},#{country,jdbcType=VARCHAR}
,#{province,jdbcType=VARCHAR},#{city,jdbcType=VARCHAR},#{district,jdbcType=VARCHAR}
,#{principalId,jdbcType=VARCHAR},#{valueEffect,jdbcType=VARCHAR},#{clientSize,jdbcType=VARCHAR}
,#{minLogo,jdbcType=VARCHAR},#{maxLogo,jdbcType=VARCHAR},#{projectUrl,jdbcType=VARCHAR}
,#{boutique,jdbcType=INTEGER},#{firstPayment,jdbcType=DECIMAL},#{type,jdbcType=INTEGER}
,#{patentTransfer,jdbcType=INTEGER},#{restrictStatus,jdbcType=INTEGER})
insert into business_project
id,
create_id,
create_time,
update_time,
delete_sign,
bname,
cid,
price,
offset,
activity_price,
activity_flag,
member_price,
introduce,
status,
country,
province,
city,
district,
principal_id,
Value_effect,
client_size,
min_logo,
max_logo,
project_url,
boutique,
first_payment,
type,
patent_transfer,
restrict_status,
#{id,jdbcType=VARCHAR},
#{createId,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
#{updateTime,jdbcType=TIMESTAMP},
#{deleteSign,jdbcType=INTEGER},
#{bname,jdbcType=VARCHAR},
#{cid,jdbcType=VARCHAR},
#{price,jdbcType=DECIMAL},
#{offset,jdbcType=DECIMAL},
#{activityPrice,jdbcType=DECIMAL},
#{activityFlag,jdbcType=VARCHAR},
#{memberPrice,jdbcType=DECIMAL},
#{introduce,jdbcType=VARCHAR},
#{status,jdbcType=VARCHAR},
#{country,jdbcType=VARCHAR},
#{province,jdbcType=VARCHAR},
#{city,jdbcType=VARCHAR},
#{district,jdbcType=VARCHAR},
#{principalId,jdbcType=VARCHAR},
#{valueEffect,jdbcType=VARCHAR},
#{clientSize,jdbcType=VARCHAR},
#{minLogo,jdbcType=VARCHAR},
#{maxLogo,jdbcType=VARCHAR},
#{projectUrl,jdbcType=VARCHAR},
#{boutique,jdbcType=INTEGER},
#{firstPayment,jdbcType=DECIMAL},
#{type,jdbcType=INTEGER},
#{patentTransfer,jdbcType=INTEGER},
#{restrictStatus,jdbcType=INTEGER},
update business_project
create_id = #{createId,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_time = #{updateTime,jdbcType=TIMESTAMP},
delete_sign = #{deleteSign,jdbcType=INTEGER},
bname = #{bname,jdbcType=VARCHAR},
cid = #{cid,jdbcType=VARCHAR},
price = #{price,jdbcType=DECIMAL},
offset = #{offset,jdbcType=DECIMAL},
activity_price = #{activityPrice,jdbcType=DECIMAL},
activity_flag = #{activityFlag,jdbcType=VARCHAR},
member_price = #{memberPrice,jdbcType=DECIMAL},
introduce = #{introduce,jdbcType=VARCHAR},
status = #{status,jdbcType=VARCHAR},
country = #{country,jdbcType=VARCHAR},
province = #{province,jdbcType=VARCHAR},
city = #{city,jdbcType=VARCHAR},
district = #{district,jdbcType=VARCHAR},
principal_id = #{principalId,jdbcType=VARCHAR},
Value_effect = #{valueEffect,jdbcType=VARCHAR},
client_size = #{clientSize,jdbcType=VARCHAR},
min_logo = #{minLogo,jdbcType=VARCHAR},
max_logo = #{maxLogo,jdbcType=VARCHAR},
project_url = #{projectUrl,jdbcType=VARCHAR},
boutique = #{boutique,jdbcType=INTEGER},
first_payment = #{firstPayment,jdbcType=DECIMAL},
type = #{type,jdbcType=INTEGER},
patent_transfer = #{patentTransfer,jdbcType=INTEGER},
restrict_status = #{restrictStatus,jdbcType=INTEGER},
where id = #{id,jdbcType=VARCHAR}
update business_project
set
create_id = #{createId,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_time = #{updateTime,jdbcType=TIMESTAMP},
delete_sign = #{deleteSign,jdbcType=INTEGER},
bname = #{bname,jdbcType=VARCHAR},
cid = #{cid,jdbcType=VARCHAR},
price = #{price,jdbcType=DECIMAL},
offset = #{offset,jdbcType=DECIMAL},
activity_price = #{activityPrice,jdbcType=DECIMAL},
activity_flag = #{activityFlag,jdbcType=VARCHAR},
member_price = #{memberPrice,jdbcType=DECIMAL},
introduce = #{introduce,jdbcType=VARCHAR},
status = #{status,jdbcType=VARCHAR},
country = #{country,jdbcType=VARCHAR},
province = #{province,jdbcType=VARCHAR},
city = #{city,jdbcType=VARCHAR},
district = #{district,jdbcType=VARCHAR},
principal_id = #{principalId,jdbcType=VARCHAR},
Value_effect = #{valueEffect,jdbcType=VARCHAR},
client_size = #{clientSize,jdbcType=VARCHAR},
min_logo = #{minLogo,jdbcType=VARCHAR},
max_logo = #{maxLogo,jdbcType=VARCHAR},
project_url = #{projectUrl,jdbcType=VARCHAR},
boutique = #{boutique,jdbcType=INTEGER},
first_payment = #{firstPayment,jdbcType=DECIMAL},
type = #{type,jdbcType=INTEGER},
patent_transfer = #{patentTransfer,jdbcType=INTEGER},
restrict_status = #{restrictStatus,jdbcType=INTEGER}
where id = #{id,jdbcType=VARCHAR}