|
|
|
|
@ -712,8 +712,8 @@ public class Job {
|
|
|
|
|
List<MailAttachmentDTO> mailAttachmentDTOS = JSON.parseArray(json, MailAttachmentDTO.class); |
|
|
|
|
mailAttachmentDTOS.forEach(item -> { |
|
|
|
|
String filepath = null; |
|
|
|
|
if (item.getDoxFilepath()!=null){ |
|
|
|
|
filepath = "http://65.47.60.145/lan-api/api/file/stream/" + item.getDoxFilepath(); |
|
|
|
|
if (item.getDocxFilepath()!=null){ |
|
|
|
|
filepath = "http://65.47.60.145/lan-api/api/file/stream/" + item.getDocxFilepath(); |
|
|
|
|
}else { |
|
|
|
|
filepath = "http://65.47.60.145/lan-api/api/file/stream/" + item.getFilepath(); |
|
|
|
|
} |
|
|
|
|
|