select id, appointment_no, visitor_name, mobile, visited_person, appointment_time, status, sync_time, source_platform, remark, create_time, update_time from robot_ops_appointment_record
insert into robot_ops_appointment_record
appointment_no,
visitor_name,
mobile,
visited_person,
appointment_time,
status,
sync_time,
source_platform,
remark,
create_time,
update_time,
#{appointmentNo},
#{visitorName},
#{mobile},
#{visitedPerson},
#{appointmentTime},
#{status},
#{syncTime},
#{sourcePlatform},
#{remark},
#{createTime},
#{updateTime},
update robot_ops_appointment_record
appointment_no = #{appointmentNo},
visitor_name = #{visitorName},
mobile = #{mobile},
visited_person = #{visitedPerson},
appointment_time = #{appointmentTime},
status = #{status},
sync_time = #{syncTime},
source_platform = #{sourcePlatform},
remark = #{remark},
create_time = #{createTime},
update_time = #{updateTime},
where id = #{id}
delete from robot_ops_appointment_record where id = #{id}
delete from robot_ops_appointment_record where id in
#{id}