select guid,
name,
icon_path,
earn_icon_path,
creator,
create_time,
update_by,
update_time
from scene_medal
insert into scene_medal
guid,
`name`,
icon_path,
earn_icon_path,
creator,
create_time,
update_by,
create_time,
#{guid},
#{name},
#{iconPath},
#{earnIconPath},
#{creator},
#{createTime},
#{updateBy},
#{updateTime},
update scene_medal
name = #{name},
icon_path = #{iconPath},
earn_icon_path = #{earnIconPath},
update_by = #{updateBy},
update_time = #{updateTime},
where guid = #{guid}
delete
from scene_medal
where guid = #{guid}
delete from scene_medal where guid in
#{guid}