|
@@ -135,7 +135,7 @@ public class ReportJob implements Job {
|
|
|
|
|
|
// IoTEdge-发送邮件
|
|
// IoTEdge-发送邮件
|
|
try {
|
|
try {
|
|
- restClientService.sendEmali(fileName,filePath);
|
|
|
|
|
|
+ restClientService.sendEmali(fileName,fileUrlPrex);
|
|
log.info(String.format(" **********发送" + filePrex + "历史数据导出邮件通知********** "));
|
|
log.info(String.format(" **********发送" + filePrex + "历史数据导出邮件通知********** "));
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
e.printStackTrace();
|
|
e.printStackTrace();
|