Commit eecab0cd authored by 黎博's avatar 黎博

Merge branch 'master' into db_sync

parents 0ba8f771 d0804b88
......@@ -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