Browse Source

fix IoTEdge-发送邮件

LLL 11 months ago
parent
commit
24433efd85

+ 1 - 1
jeecg-module-interlock/src/main/java/org/jeecg/modules/history/quartz/ReportJob.java

@@ -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();