insert into accident_express_file id, del_flag, gmt_create, gmt_moditify, create_uid, update_uid, accident_express_id, file_url, file_name #{id}, #{delFlag}, #{gmtCreate}, #{gmtModitify}, #{createUid}, #{updateUid}, #{accidentExpressId}, #{fileUrl}, #{fileName} update accident_express_file set del_flag = 1 where id in #{id} update accident_express_file set del_flag = 1 where accident_express_id = #{accidentExpressId}