id, create_by, create_time, del_flag, update_by, update_time, shop_name, shop_owner_id, shop_manger_id, region,
region_id, shop_area, shop_area_title, shop_type, shop_type_title, shop_address, year_fee, charge_time, start_time,
end_time, status, remark, business_district_level, contact_phone, shop_icon, defaulted, ali_account, ali_name,
rebate_amount, attr_id, printing_method,shop_images,shop_lename,shop_lecard,shop_score,isbrandflag,subtitle
remark
delete from t_shop
where id = #{id,jdbcType=VARCHAR}
insert into t_shop (id, create_by, create_time, del_flag, update_by, update_time, shop_name, shop_owner_id, shop_manger_id, region,
region_id, shop_area, shop_area_title, shop_type, shop_type_title, shop_address, year_fee, charge_time, start_time,
end_time, status, remark, business_district_level, contact_phone, shop_icon, defaulted, ali_account, ali_name,
rebate_amount, attr_id, printing_method, shop_images, shop_lename, shop_lecard, shop_score, isbrandflag, subtitle)
values (#{id,jdbcType=VARCHAR}, #{createBy,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, #{delFlag,jdbcType=INTEGER}, #{updateBy,jdbcType=VARCHAR}, #{updateTime,jdbcType=TIMESTAMP}, #{shopName,jdbcType=VARCHAR}, #{shopOwnerId,jdbcType=VARCHAR}, #{shopMangerId,jdbcType=VARCHAR}, #{region,jdbcType=VARCHAR},
#{regionId,jdbcType=VARCHAR}, #{shopArea,jdbcType=VARCHAR}, #{shopAreaTitle,jdbcType=VARCHAR}, #{shopType,jdbcType=VARCHAR}, #{shopTypeTitle,jdbcType=VARCHAR}, #{shopAddress,jdbcType=VARCHAR}, #{yearFee,jdbcType=VARCHAR}, #{chargeTime,jdbcType=VARCHAR}, #{startTime,jdbcType=VARCHAR},
#{endTime,jdbcType=VARCHAR}, #{status,jdbcType=INTEGER}, #{remark,jdbcType=LONGVARCHAR}, #{businessDistrictLevel,jdbcType=VARCHAR}, #{contactPhone,jdbcType=VARCHAR}, #{shopIcon,jdbcType=VARCHAR}, #{defaulted,jdbcType=INTEGER}, #{aliAccount,jdbcType=VARCHAR}, #{aliName,jdbcType=VARCHAR},
#{rebateAmount,jdbcType=VARCHAR}, #{attrId,jdbcType=VARCHAR}, #{printingMethod,jdbcType=VARCHAR}, #{shopImages,jdbcType=VARCHAR}, #{shopLename,jdbcType=VARCHAR}, #{shopLecard,jdbcType=VARCHAR}, #{shopScore,jdbcType=VARCHAR}, #{isbrandflag,jdbcType=INTEGER}, #{subtitle,jdbcType=VARCHAR})
insert into t_shop
id,
create_by,
create_time,
del_flag,
update_by,
update_time,
shop_name,
shop_owner_id,
shop_manger_id,
shop_area,
shop_address,
year_fee,
charge_time,
start_time,
end_time,
status,
business_district_level,
contact_phone,
shop_icon,
defaulted,
region,
shop_area_title,
remark,
shop_images,
shop_lename,
shop_lecard,
shop_score,
isbrandflag,
subtitle,
#{id,jdbcType=VARCHAR},
#{createBy,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
#{delFlag,jdbcType=INTEGER},
#{updateBy,jdbcType=VARCHAR},
#{updateTime,jdbcType=TIMESTAMP},
#{shopName,jdbcType=VARCHAR},
#{shopOwnerId,jdbcType=VARCHAR},
#{shopMangerId,jdbcType=VARCHAR},
#{shopArea,jdbcType=VARCHAR},
#{shopAddress,jdbcType=VARCHAR},
#{yearFee,jdbcType=VARCHAR},
#{chargeTime,jdbcType=VARCHAR},
#{startTime,jdbcType=VARCHAR},
#{endTime,jdbcType=VARCHAR},
#{status,jdbcType=INTEGER},
#{businessDistrictLevel,jdbcType=VARCHAR},
#{contactPhone,jdbcType=VARCHAR},
#{shopIcon,jdbcType=VARCHAR},
#{defaulted,jdbcType=INTEGER},
#{region,jdbcType=VARCHAR},
#{shopAreaTitle,jdbcType=VARCHAR},
#{remark,jdbcType=LONGVARCHAR},
#{shopImages,jdbcType=VARCHAR},
#{shopLename,jdbcType=VARCHAR},
#{shopLecard,jdbcType=VARCHAR},
#{shopScore,jdbcType=VARCHAR},
#{isbrandflag,jdbcType=INTEGER},
#{subtitle,jdbcType=VARCHAR},
update t_shop
create_by = #{createBy,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
del_flag = #{delFlag,jdbcType=INTEGER},
update_by = #{updateBy,jdbcType=VARCHAR},
update_time = #{updateTime,jdbcType=TIMESTAMP},
shop_name = #{shopName,jdbcType=VARCHAR},
shop_owner_id = #{shopOwnerId,jdbcType=VARCHAR},
shop_manger_id = #{shopMangerId,jdbcType=VARCHAR},
shop_area = #{shopArea,jdbcType=VARCHAR},
shop_address = #{shopAddress,jdbcType=VARCHAR},
year_fee = #{yearFee,jdbcType=VARCHAR},
charge_time = #{chargeTime,jdbcType=VARCHAR},
start_time = #{startTime,jdbcType=VARCHAR},
end_time = #{endTime,jdbcType=VARCHAR},
status = #{status,jdbcType=INTEGER},
business_district_level = #{businessDistrictLevel,jdbcType=VARCHAR},
contact_phone = #{contactPhone,jdbcType=VARCHAR},
shop_icon = #{shopIcon,jdbcType=VARCHAR},
defaulted = #{defaulted,jdbcType=INTEGER},
region = #{region,jdbcType=VARCHAR},
shop_area_title = #{shopAreaTitle,jdbcType=VARCHAR},
remark = #{remark,jdbcType=LONGVARCHAR},
shop_images = #{shopImages,jdbcType=VARCHAR},
shop_lename = #{shopLename,jdbcType=VARCHAR},
shop_lecard = #{shopLecard,jdbcType=VARCHAR},
shop_score = #{shopScore,jdbcType=VARCHAR},
isbrandflag = #{isbrandflag,jdbcType=INTEGER},
subtitle = #{subtitle,jdbcType=VARCHAR},
where id = #{id,jdbcType=VARCHAR}
update t_shop
set create_by = #{createBy,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
del_flag = #{delFlag,jdbcType=INTEGER},
update_by = #{updateBy,jdbcType=VARCHAR},
update_time = #{updateTime,jdbcType=TIMESTAMP},
shop_name = #{shopName,jdbcType=VARCHAR},
shop_owner_id = #{shopOwnerId,jdbcType=VARCHAR},
shop_manger_id = #{shopMangerId,jdbcType=VARCHAR},
shop_area = #{shopArea,jdbcType=VARCHAR},
shop_address = #{shopAddress,jdbcType=VARCHAR},
year_fee = #{yearFee,jdbcType=VARCHAR},
charge_time = #{chargeTime,jdbcType=VARCHAR},
start_time = #{startTime,jdbcType=VARCHAR},
end_time = #{endTime,jdbcType=VARCHAR},
status = #{status,jdbcType=INTEGER},
business_district_level = #{businessDistrictLevel,jdbcType=VARCHAR},
contact_phone = #{contactPhone,jdbcType=VARCHAR},
shop_icon = #{shopIcon,jdbcType=VARCHAR},
defaulted = #{defaulted,jdbcType=INTEGER},
region = #{region,jdbcType=VARCHAR},
shop_area_title = #{shopAreaTitle,jdbcType=VARCHAR},
remark = #{remark,jdbcType=LONGVARCHAR},
shop_images = #{shopImages,jdbcType=VARCHAR},
shop_lename = #{shopLename,jdbcType=VARCHAR},
shop_lecard = #{shopLecard,jdbcType=VARCHAR},
shop_score = #{shopScore,jdbcType=VARCHAR},
isbrandflag = #{isbrandflag,jdbcType=INTEGER},
subtitle = #{subtitle,jdbcType=VARCHAR}
where id = #{id,jdbcType=VARCHAR}
update t_shop
set create_by = #{createBy,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
del_flag = #{delFlag,jdbcType=INTEGER},
update_by = #{updateBy,jdbcType=VARCHAR},
update_time = #{updateTime,jdbcType=TIMESTAMP},
shop_name = #{shopName,jdbcType=VARCHAR},
shop_owner_id = #{shopOwnerId,jdbcType=VARCHAR},
shop_manger_id = #{shopMangerId,jdbcType=VARCHAR},
shop_area = #{shopArea,jdbcType=VARCHAR},
shop_address = #{shopAddress,jdbcType=VARCHAR},
year_fee = #{yearFee,jdbcType=VARCHAR},
charge_time = #{chargeTime,jdbcType=VARCHAR},
start_time = #{startTime,jdbcType=VARCHAR},
end_time = #{endTime,jdbcType=VARCHAR},
status = #{status,jdbcType=INTEGER},
business_district_level = #{businessDistrictLevel,jdbcType=VARCHAR},
contact_phone = #{contactPhone,jdbcType=VARCHAR},
shop_icon = #{shopIcon,jdbcType=VARCHAR},
defaulted = #{defaulted,jdbcType=INTEGER},
region = #{region,jdbcType=VARCHAR},
shop_area_title = #{shopAreaTitle,jdbcType=VARCHAR},
remark = #{remark,jdbcType=LONGVARCHAR},
region_id = #{regionId,jdbcType=VARCHAR},
shop_type = #{shopType,jdbcType=VARCHAR},
shop_type_title = #{shopTypeTitle,jdbcType=VARCHAR},
ali_account = #{aliAccount,jdbcType=VARCHAR},
ali_name = #{aliName,jdbcType=VARCHAR},
rebate_amount = #{rebateAmount,jdbcType=DECIMAL},
attr_id = #{attrId,jdbcType=VARCHAR},
printing_method = #{printingMethod,jdbcType=VARCHAR},
shop_images = #{shopImages,jdbcType=VARCHAR},
shop_lename = #{shopLename,jdbcType=VARCHAR},
shop_lecard = #{shopLecard,jdbcType=VARCHAR},
shop_score = #{shopScore,jdbcType=VARCHAR},
isbrandflag = #{isbrandflag,jdbcType=INTEGER},
subtitle = #{subtitle,jdbcType=VARCHAR}
where id = #{id,jdbcType=VARCHAR}