|
|
@@ -162,7 +162,7 @@ public class InvwEnterApplyManagerImpl extends AbstractInvwManager implements In |
|
|
|
@Override |
|
|
|
public InvwEnterApplyParseExcelResponseDTO parseExcel(InvwEnterApplyParseExcelRequestDTO dto) throws ManagerException { |
|
|
|
File file = minioUtil.getFileByUrl(dto.getExcelUrl()); |
|
|
|
List<EnterApplyDetailModel> modelList = EasyExcelUtil.readExcelColToModelList(file, EnterApplyDetailModel.class); |
|
|
|
List<EnterApplyDetailModel> modelList = EasyExcelUtil.readExcelColToModelList(file, EnterApplyDetailModel.class,0); |
|
|
|
return new InvwEnterApplyParseExcelResponseDTO(modelList); |
|
|
|
} |
|
|
|
|