Commit e50a5eba authored by wdy's avatar wdy

单个任务调用第三方接口

parent b848f47d
...@@ -63,7 +63,7 @@ public class TestRecordsTest { ...@@ -63,7 +63,7 @@ public class TestRecordsTest {
if ((Objects.equals(caseResultVO.getStatus(), "PASSED") || Objects.equals(caseResultVO.getStatus(), "FAILED")) && !exists) { if ((Objects.equals(caseResultVO.getStatus(), "PASSED") || Objects.equals(caseResultVO.getStatus(), "FAILED")) && !exists) {
TestRecords testRecords = new TestRecords(); TestRecords testRecords = new TestRecords();
testRecords.setTaskId(projectId); testRecords.setProjectId(projectId);
testRecords.setUsecase(caseResultVO.getName()); testRecords.setUsecase(caseResultVO.getName());
testRecords.setUsecaseId(caseResultVO.getId()); testRecords.setUsecaseId(caseResultVO.getId());
testRecords.setDescription(caseResultVO.getDescription()); testRecords.setDescription(caseResultVO.getDescription());
......
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