fix(测试跟踪): 功能用例关联缺陷,没有生成操作记录

--bug=1026208 --user=陈建星 【项目设置】功能用例-关联缺陷-未生成操作记录 https://www.tapd.cn/55049933/s/1372112
This commit is contained in:
chenjianxing 2023-05-16 19:02:01 +08:00 committed by jianxing
parent a9b815f5cd
commit 26a4cc505f
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ public class TestCaseIssueService {
}
public String getLogDetails(IssuesRelevanceRequest request) {
TestCaseWithBLOBs bloBs = testCaseService.getTestCase(request.getCaseId());
TestCaseWithBLOBs bloBs = testCaseService.getTestCase(request.getCaseResourceId());
if (bloBs != null) {
IssuesExample example = new IssuesExample();
example.createCriteria().andIdIn(request.getIssueIds());