Commit 9afc1fbe authored by 黎博's avatar 黎博

修改定时任务项目吗

parent 42f2d574
...@@ -28,7 +28,7 @@ public class JiraToDingding { ...@@ -28,7 +28,7 @@ public class JiraToDingding {
*/ */
@Scheduled(cron = "0 0 19 * * ?") @Scheduled(cron = "0 0 19 * * ?")
public void SJGDJiraIssueStatisticsTimedJob() throws Exception { public void SJGDJiraIssueStatisticsTimedJob() throws Exception {
Iterable<Issue> issues = jiraIssueService.getUnsolvedIssueListByProject("YXM"); Iterable<Issue> issues = jiraIssueService.getUnsolvedIssueListByProject("SJGD");
String markdownMsg = DingdingUtils.buildMarkdownMsgForUnsolvedIssueList(issues); String markdownMsg = DingdingUtils.buildMarkdownMsgForUnsolvedIssueList(issues);
DingdingUtils.sendToDingding(markdownMsg, sjgdDingUrl); DingdingUtils.sendToDingding(markdownMsg, sjgdDingUrl);
} }
......
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