select id,point_map_id, point_type_id, point_name, spot_id,image, longitude, latitude, blurb, audio_guide_url,association, association_type, ticket_id, create_time, create_by, update_time, update_by, del_flag
from zdy_point_data
insert into zdy_point_data
point_map_id,
point_type_id,
point_name,
spot_id,
image,
longitude,
latitude,
blurb,
audio_guide_url,
association,
association_type,
ticket_id,
create_by,
create_time,del_flag,
#{pointMapId},
#{pointTypeId},
#{pointName},
#{spotId},
#{image},
#{longitude},
#{latitude},
#{blurb},
#{audioGuideUrl},
#{association},
#{associationType},
#{ticketId},
#{createBy},
sysdate(), '0',
update zdy_point_data
point_map_id =
#{pointMapId},
point_type_id =
#{pointTypeId},
point_name =
#{pointName},
spot_id =
#{spotId},
image =
#{image},
longitude =
#{longitude},
latitude =
#{latitude},
blurb =
#{blurb},
audio_guide_url = #{audioGuideUrl},
association =
#{association},
association_type =
#{associationType},
ticket_id =
#{ticketId},
update_by =
#{updateBy},
update_time = sysdate(),
where id = #{id}
delete from zdy_point_data where id = #{id}
delete from zdy_point_data where id in
#{id}