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

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

View File

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