提交 d8aa924a authored 作者: 李秋林's avatar 李秋林

模块文件下载地址修改

上级 64bfc1e0
......@@ -63,8 +63,7 @@ public class ActivityPlanRecordCoreServiceImpl implements ActivityPlanRecordCore
private void saveActivityPlanInfo(ActivityPlanVo activityPlanVo, EmployeeActivityPlanRecordDto planDto) throws Exception {
// 下载
// String filePath = "/home/" + planDto.getExcelFiledId();
String filePath = "/Users/a02200059/Desktop/临时文件/plan/" + planDto.getExcelFiledId();
String filePath = "/home/" + planDto.getExcelFiledId();
downloadExcel(activityPlanVo.getExcelUrl(), filePath);
// 读取
List<EmployeeActivityPlanInfoDto> planInfoDtos = readSheet0(filePath, activityPlanVo, planDto);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论