|
@@ -141,7 +141,12 @@ public class ExcelService {
|
|
if (! file.getParentFile().exists()) {
|
|
if (! file.getParentFile().exists()) {
|
|
file.getParentFile().mkdirs();
|
|
file.getParentFile().mkdirs();
|
|
}
|
|
}
|
|
|
|
+ log.info("checkFile:{}",localFile);
|
|
uploadToCdfOssUtil.download(awsKey,localFile);
|
|
uploadToCdfOssUtil.download(awsKey,localFile);
|
|
|
|
+ if(!file.exists()){
|
|
|
|
+ throw new BusinessException(ResultCode.UPLOAD_FILE_NO_EXIST);
|
|
|
|
+ }
|
|
|
|
+
|
|
List<String> errorList = new ArrayList<>();
|
|
List<String> errorList = new ArrayList<>();
|
|
String resultError = null;
|
|
String resultError = null;
|
|
switch (param.getType()){
|
|
switch (param.getType()){
|