|
|
|
@ -36,7 +36,7 @@ class BatchExportShixunReportService
|
|
|
|
|
rescue => ex
|
|
|
|
|
Rails.logger.error(ex.message)
|
|
|
|
|
|
|
|
|
|
zip.get_output_stream('FILE_NOTICE.txt'){|os| os.write('文件重复') }
|
|
|
|
|
zip.get_output_stream('FILE_NOTICE.txt'){|os| os.write("文件重复:#{export.filename}") }
|
|
|
|
|
next
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|