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