Commit 9909b6bd authored by 黎博's avatar 黎博

修改cron

parent 2a04a5d6
...@@ -26,7 +26,7 @@ public class JiraToDingding { ...@@ -26,7 +26,7 @@ public class JiraToDingding {
* 数据工单bug统计 * 数据工单bug统计
* @throws Exception * @throws Exception
*/ */
@Scheduled(cron = "0 0 20 * * ? *") @Scheduled(cron = "0 0 19 * * ? *")
public void SJGDJiraIssueStatisticsTimedJob() throws Exception { public void SJGDJiraIssueStatisticsTimedJob() throws Exception {
Iterable<Issue> issues = jiraIssueService.getUnsolvedIssueListByProject("SJGD"); Iterable<Issue> issues = jiraIssueService.getUnsolvedIssueListByProject("SJGD");
String markdownMsg = DingdingUtils.buildMarkdownMsgForUnsolvedIssueList(issues); String markdownMsg = DingdingUtils.buildMarkdownMsgForUnsolvedIssueList(issues);
......
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