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