select conference_registration_id, member_user_id, conference_notice_id, name, phone, document_type, document_number, email, company_name, company_type, position, position_type, province_id, city_id, area_id, province_name, city_name, area_name, address, id_photo, business, objective, is_participate, is_participate_next, type, examine_status, examine_feedback, sort, remarks, status, publication_time, publisher, create_time, create_by, update_time, update_by, delete_time, delete_by, del_flag from tb_conference_registration
insert into tb_conference_registration
member_user_id,
conference_notice_id,
name,
phone,
document_type,
document_number,
email,
company_name,
company_type,
position,
position_type,
province_id,
city_id,
area_id,
province_name,
city_name,
area_name,
address,
id_photo,
business,
objective,
is_participate,
is_participate_next,
type,
examine_status,
examine_feedback,
sort,
remarks,
status,
publication_time,
publisher,
create_time,
create_by,
update_time,
update_by,
delete_time,
delete_by,
del_flag,
#{memberUserId},
#{conferenceNoticeId},
#{name},
#{phone},
#{documentType},
#{documentNumber},
#{email},
#{companyName},
#{companyType},
#{position},
#{positionType},
#{provinceId},
#{cityId},
#{areaId},
#{provinceName},
#{cityName},
#{areaName},
#{address},
#{idPhoto},
#{business},
#{objective},
#{isParticipate},
#{isParticipateNext},
#{type},
#{examineStatus},
#{examineFeedback},
#{sort},
#{remarks},
#{status},
#{publicationTime},
#{publisher},
#{createTime},
#{createBy},
#{updateTime},
#{updateBy},
#{deleteTime},
#{deleteBy},
#{delFlag},
update tb_conference_registration
member_user_id = #{memberUserId},
conference_notice_id = #{conferenceNoticeId},
name = #{name},
phone = #{phone},
document_type = #{documentType},
document_number = #{documentNumber},
email = #{email},
company_name = #{companyName},
company_type = #{companyType},
position = #{position},
position_type = #{positionType},
province_id = #{provinceId},
city_id = #{cityId},
area_id = #{areaId},
province_name = #{provinceName},
city_name = #{cityName},
area_name = #{areaName},
address = #{address},
id_photo = #{idPhoto},
business = #{business},
objective = #{objective},
is_participate = #{isParticipate},
is_participate_next = #{isParticipateNext},
type = #{type},
examine_status = #{examineStatus},
examine_feedback = #{examineFeedback},
sort = #{sort},
remarks = #{remarks},
status = #{status},
publication_time = #{publicationTime},
publisher = #{publisher},
create_time = #{createTime},
create_by = #{createBy},
update_time = #{updateTime},
update_by = #{updateBy},
delete_time = #{deleteTime},
delete_by = #{deleteBy},
del_flag = #{delFlag},
where conference_registration_id = #{conferenceRegistrationId}
delete from tb_conference_registration where conference_registration_id = #{conferenceRegistrationId}
delete from tb_conference_registration where conference_registration_id in
#{conferenceRegistrationId}