|
@@ -259,7 +259,7 @@ public class EmailParseService {
|
|
|
List<EmailZipFileDTO> dtos = ListUtil.list(false);
|
|
|
List<EmailZipFileDTO> zipFiles = entry.getValue();
|
|
|
if (CollUtil.isEmpty(zipFiles)) {
|
|
|
- dtos.add(new EmailZipFileDTO(emailContentInfoDTO.getFilePath(), emailContentInfoDTO.getEmailType()));
|
|
|
+ dtos.add(new EmailZipFileDTO(emailContentInfoDTO.getFilePath(), emailContentInfoDTO.getFileName(), emailContentInfoDTO.getEmailType()));
|
|
|
} else {
|
|
|
dtos.addAll(zipFiles);
|
|
|
}
|