select id, unit_id, actual_arrival, unit_name, title, file_name, file_path, time from bdgl_statistics
insert into bdgl_statistics
unit_id,actual_arrival,unit_name,title,file_name,file_path,time,#{unitId},#{actualArrival},#{unitName},#{title},#{fileName},#{filePath},#{time},
update bdgl_statistics
unit_id = #{unitId},actual_arrival = #{actualArrival},unit_name = #{unitName},title = #{title},file_name = #{fileName},file_path = #{filePath},time = #{time},
where id = #{id}
delete from bdgl_statistics where id = #{id}
delete from bdgl_statistics where id in
#{id}