fix(测试用例): 查询需求失败的问题

This commit is contained in:
shiziyuan9527 2021-07-16 11:07:26 +08:00 committed by 刘瑞斌
parent 6f3ba2d5b9
commit d688fdfadf
1 changed files with 0 additions and 1 deletions

View File

@ -161,7 +161,6 @@ public class JiraPlatform extends AbstractIssuePlatform {
}
} catch (Exception e) {
LogUtil.error(e.getMessage(), e);
MSException.throwException("调用Jira查询需求失败");
}
return list;