[Fix-6809][dolphinscheduler-task-sql] Fix sql task can't send alert (#7089)
This commit is contained in:
parent
2ed3c0c3a7
commit
463fc76bb7
|
|
@ -289,6 +289,7 @@ public class SqlTask extends AbstractTaskExecutor {
|
||||||
taskAlertInfo.setAlertGroupId(groupId);
|
taskAlertInfo.setAlertGroupId(groupId);
|
||||||
taskAlertInfo.setContent(content);
|
taskAlertInfo.setContent(content);
|
||||||
taskAlertInfo.setTitle(title);
|
taskAlertInfo.setTitle(title);
|
||||||
|
setTaskAlertInfo(taskAlertInfo);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue