|
@@ -144,7 +144,9 @@ public class NavEmailParser extends AbstractEmailParser {
|
|
|
destFile.mkdirs();
|
|
|
}
|
|
|
List<String> rarDir = ExcelUtil.extractRar(filePath, destPath);
|
|
|
+ log.info("解压后文件列表大小:{}", rarDir.size());
|
|
|
for (String rarFilePath : rarDir) {
|
|
|
+ log.info(rarFilePath+"============================");
|
|
|
emailFundNavDTOList.addAll(parseZipFile(emailContentInfoDTO, rarFilePath, emailFieldMap));
|
|
|
File file = new File(rarFilePath);
|
|
|
if (file.isDirectory()) {
|