select id, phone,status, create_time, create_by, update_by, update_time, remark from clew_phone
insert into clew_phone
phone,create_time,create_by,update_by,update_time,remark,#{phone},#{createTime},#{createBy},#{updateBy},#{updateTime},#{remark},
update clew_phone
phone = #{phone},status = #{status},create_time = #{createTime},create_by = #{createBy},update_by = #{updateBy},update_time = #{updateTime},remark = #{remark},
where id = #{id}
delete from clew_phone where id = #{id}
delete from clew_phone where id in
#{id}