|
|
@@ -397,8 +397,8 @@ public class StaffManagerImpl extends RedisCacheManager implements StaffManager |
|
|
|
|
|
|
|
@Override |
|
|
|
public String registerFullBath(StaffRegisterFullBatchRequestDTO dto) throws ManagerException { |
|
|
|
// File tempFile = minioUtil.getFileByUrl(dto.getExcelFileUrl()); |
|
|
|
File tempFile = new File("C:\\Users\\32258\\Desktop\\gy\\测试\\用户管理\\测试文件\\员工账号批量注册导入模板.xlsx"); |
|
|
|
File tempFile = minioUtil.getFileByUrl(dto.getExcelFileUrl()); |
|
|
|
// File tempFile = new File("C:\\Users\\32258\\Desktop\\gy\\测试\\用户管理\\测试文件\\员工账号批量注册导入模板.xlsx"); |
|
|
|
InputStream fileInputStream = null; |
|
|
|
try { |
|
|
|
fileInputStream = new FileInputStream(tempFile); |