Commit d1a3fdff authored by 黎博's avatar 黎博

修复BUG已解决仍提示的BUG

parent 523a8e2c
...@@ -70,6 +70,9 @@ public class JiraToDingding { ...@@ -70,6 +70,9 @@ public class JiraToDingding {
jiraBugPool.setEnable(0); jiraBugPool.setEnable(0);
// 更新状态 // 更新状态
jiraBugPoolService.saveOrUpdate(jiraBugPool); jiraBugPoolService.saveOrUpdate(jiraBugPool);
} else if (resolveResult.equals("已解决")) {
// 暂时只打印日志,不做逻辑处理
log.info("BUG:{}已解决", issue.getKey());
} else { } else {
DateTime startDate = issue.getCreationDate(); DateTime startDate = issue.getCreationDate();
DateTime curDate = new DateTime(); DateTime curDate = new DateTime();
......
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