Commit b231400e authored by 黎博's avatar 黎博

修改定时任务表达式

parent 77883e3e
...@@ -55,7 +55,7 @@ public class JiraToDingding { ...@@ -55,7 +55,7 @@ public class JiraToDingding {
* bug池里BUG循环 * bug池里BUG循环
* @throws Exception * @throws Exception
*/ */
@Scheduled(cron = "0 0 10-20 ? * 2-6 *") @Scheduled(cron = "0 0 10-20 ? * 2-6")
public void cycleJiraBugPool() throws Exception { public void cycleJiraBugPool() throws Exception {
if (taskDebug.equals("true")) { if (taskDebug.equals("true")) {
log.info("开始执行jira bug pool定时任务!"); log.info("开始执行jira bug pool定时任务!");
......
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