} catch (IOException e) { | } catch (IOException e) { | ||||
throw new ManagerException("上传文件创建失败!"); | throw new ManagerException("上传文件创建失败!"); | ||||
} | } | ||||
EasyExcel.write(upFile, ServiceHallRegisterData.class).sheet().doWrite(errors); | |||||
EasyExcel.write(upFile, StaffRegisterData.class).sheet().doWrite(errors); | |||||
path = minioUtil.fileUploadHttp(upFile, BucketFileBus.SERVICEHALL); | path = minioUtil.fileUploadHttp(upFile, BucketFileBus.SERVICEHALL); | ||||
} | } | ||||
if (tempFile.exists()) { | if (tempFile.exists()) { |