and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
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, max_logo, min_logo, boutique,
project_url, first_payment
delete from business_project
where id = #{id,jdbcType=VARCHAR}
delete from business_project
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,
max_logo, min_logo, boutique,
project_url, first_payment)
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},
#{maxLogo,jdbcType=VARCHAR}, #{minLogo,jdbcType=VARCHAR}, #{boutique,jdbcType=INTEGER},
#{projectUrl,jdbcType=VARCHAR}, #{firstPayment,jdbcType=DECIMAL})
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,
max_logo,
min_logo,
boutique,
project_url,
first_payment,
#{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},
#{maxLogo,jdbcType=VARCHAR},
#{minLogo,jdbcType=VARCHAR},
#{boutique,jdbcType=INTEGER},
#{projectUrl,jdbcType=VARCHAR},
#{firstPayment,jdbcType=DECIMAL},
update business_project
id = #{record.id,jdbcType=VARCHAR},
create_id = #{record.createId,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
delete_sign = #{record.deleteSign,jdbcType=INTEGER},
bname = #{record.bname,jdbcType=VARCHAR},
cid = #{record.cid,jdbcType=VARCHAR},
price = #{record.price,jdbcType=DECIMAL},
offset = #{record.offset,jdbcType=DECIMAL},
activity_price = #{record.activityPrice,jdbcType=DECIMAL},
activity_flag = #{record.activityFlag,jdbcType=VARCHAR},
member_price = #{record.memberPrice,jdbcType=DECIMAL},
introduce = #{record.introduce,jdbcType=VARCHAR},
status = #{record.status,jdbcType=VARCHAR},
country = #{record.country,jdbcType=VARCHAR},
province = #{record.province,jdbcType=VARCHAR},
city = #{record.city,jdbcType=VARCHAR},
district = #{record.district,jdbcType=VARCHAR},
principal_id = #{record.principalId,jdbcType=VARCHAR},
Value_effect = #{record.valueEffect,jdbcType=VARCHAR},
client_size = #{record.clientSize,jdbcType=VARCHAR},
max_logo = #{record.maxLogo,jdbcType=VARCHAR},
min_logo = #{record.minLogo,jdbcType=VARCHAR},
boutique = #{record.boutique,jdbcType=INTEGER},
project_url = #{record.projectUrl,jdbcType=VARCHAR},
first_payment = #{record.firstPayment,jdbcType=DECIMAL},
update business_project
set id = #{record.id,jdbcType=VARCHAR},
create_id = #{record.createId,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
delete_sign = #{record.deleteSign,jdbcType=INTEGER},
bname = #{record.bname,jdbcType=VARCHAR},
cid = #{record.cid,jdbcType=VARCHAR},
price = #{record.price,jdbcType=DECIMAL},
offset = #{record.offset,jdbcType=DECIMAL},
activity_price = #{record.activityPrice,jdbcType=DECIMAL},
activity_flag = #{record.activityFlag,jdbcType=VARCHAR},
member_price = #{record.memberPrice,jdbcType=DECIMAL},
introduce = #{record.introduce,jdbcType=VARCHAR},
status = #{record.status,jdbcType=VARCHAR},
country = #{record.country,jdbcType=VARCHAR},
province = #{record.province,jdbcType=VARCHAR},
city = #{record.city,jdbcType=VARCHAR},
district = #{record.district,jdbcType=VARCHAR},
principal_id = #{record.principalId,jdbcType=VARCHAR},
Value_effect = #{record.valueEffect,jdbcType=VARCHAR},
client_size = #{record.clientSize,jdbcType=VARCHAR},
max_logo = #{record.maxLogo,jdbcType=VARCHAR},
min_logo = #{record.minLogo,jdbcType=VARCHAR},
boutique = #{record.boutique,jdbcType=INTEGER},
project_url = #{record.projectUrl,jdbcType=VARCHAR},
first_payment = #{record.firstPayment,jdbcType=DECIMAL}
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},
max_logo = #{maxLogo,jdbcType=VARCHAR},
min_logo = #{minLogo,jdbcType=VARCHAR},
boutique = #{boutique,jdbcType=INTEGER},
project_url = #{projectUrl,jdbcType=VARCHAR},
first_payment = #{firstPayment,jdbcType=DECIMAL},
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},
max_logo = #{maxLogo,jdbcType=VARCHAR},
min_logo = #{minLogo,jdbcType=VARCHAR},
boutique = #{boutique,jdbcType=INTEGER},
project_url = #{projectUrl,jdbcType=VARCHAR},
first_payment = #{firstPayment,jdbcType=DECIMAL}
where id = #{id,jdbcType=VARCHAR}