select id, company_sms_logs_id,qw_acquisition_id, phone, number, temp_id, type, content, result, remark, create_by, create_time from qw_acquisition_send_msg_log
insert into qw_acquisition_send_msg_log
company_sms_logs_id,
qw_acquisition_id,
phone,
number,
temp_id,
type,
content,
result,
remark,
create_by,
create_time,
#{companySmsLogsId},
#{qwAcquisitionId},
#{phone},
#{number},
#{tempId},
#{type},
#{content},
#{result},
#{remark},
#{createBy},
sysdate(),
update qw_acquisition_send_msg_log
company_sms_logs_id = #{companySmsLogsId},
qw_acquisition_id = #{qwAcquisitionId},
phone = #{phone},
number = #{number},
temp_id = #{tempId},
type = #{type},
content = #{content},
result = #{result},
remark = #{remark},
update_by = #{updateBy},
update_time = sysdate(),
where id = #{id}
delete from qw_acquisition_send_msg_log where id = #{id}
delete from qw_acquisition_send_msg_log where id in
#{id}