|
|
|
@ -348,7 +348,8 @@ public class GetInformationForExcelServiceImpl extends ServiceImpl<GetInformatio |
|
|
|
} |
|
|
|
if (CollectionUtils.isEmpty(list)) { |
|
|
|
log.info("读取的文件为空,或不是excel格式的"); |
|
|
|
return new ArrayList<>(); |
|
|
|
new File(s).delete(); |
|
|
|
// return new ArrayList<>(); |
|
|
|
} |
|
|
|
//获取复制之后的文件路径 |
|
|
|
//找到\\的最后索引 |
|
|
|
|