Commit d0804b88 authored by 黎博's avatar 黎博

优化BUG池BUG循环的定时任务

parent e1ae2546
......@@ -54,7 +54,7 @@ public class JiraToDingding {
* bug池里BUG循环
* @throws Exception
*/
@Scheduled(cron = "0 0 10-20 ? * 2-6")
@Scheduled(cron = "0 0 10-20 ? * MON-FRI")
public void cycleJiraBugPool() throws Exception {
if (taskDebug.equals("true")) {
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