dev_course
SylorHuang 6 years ago
parent 5666a3564e
commit 20657ff933

@ -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

Loading…
Cancel
Save