Commit fbd942fb by huangfusuper

调整模板引擎

parent 962876f0
...@@ -157,7 +157,7 @@ public class RunRecordingAndEmailServiceImpl implements RunRecordingAndEmailServ ...@@ -157,7 +157,7 @@ public class RunRecordingAndEmailServiceImpl implements RunRecordingAndEmailServ
if (CollectionUtil.isNotEmpty(trackerList)) { if (CollectionUtil.isNotEmpty(trackerList)) {
for (String ipPort : trackerList) { for (String ipPort : trackerList) {
String ip = ipPort.split(":")[0]; String ip = ipPort.split(":")[0];
String baseUrl = "http://"+ip+":"+"8888"+"/"; String baseUrl = "http://"+ip+":"+trackerIpsPort+"/";
String hrefUrl = baseUrl + jobTaskRunLog.getLogRemotelyPath(); String hrefUrl = baseUrl + jobTaskRunLog.getLogRemotelyPath();
logPaths.add(hrefUrl); logPaths.add(hrefUrl);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment