Commit f893d626 authored by wdy's avatar wdy

Merge branch 'wangdingyi' into 'dev'

单个任务调用第三方接口

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