select id, qw_acquisition_assistant_id, link, phone, create_by, create_time, update_by, update_time, remark,random_str from qw_acquisition_link_info
insert into qw_acquisition_link_info
qw_acquisition_assistant_id,
link,
phone,
create_by,
create_time,
update_by,
update_time,
remark,
random_str,
#{qwAcquisitionAssistantId},
#{link},
#{phone},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
#{remark},
#{randomStr},
update qw_acquisition_link_info
qw_acquisition_assistant_id = #{qwAcquisitionAssistantId},
link = #{link},
phone = #{phone},
update_by = #{updateBy},
update_time = #{updateTime},
remark = #{remark},
random_str = #{randomStr},
where id = #{id}
delete from qw_acquisition_link_info where id = #{id}
delete from qw_acquisition_link_info where id in
#{id}
delete from qw_acquisition_link_info where qw_acquisition_assistant_id in
#{id}