fix(测试计划): 增加测试计划中执行用例无操作日志问题 #1005238
--bug=1005238 --user=赵勇 【操作日志】-批量执行... https://www.tapd.cn/55049933/s/1026341
This commit is contained in:
parent
4837231ae1
commit
3ca0e91480
|
@ -65,6 +65,7 @@ public class TestPlanApiCaseController {
|
||||||
}
|
}
|
||||||
|
|
||||||
@PostMapping(value = "/run")
|
@PostMapping(value = "/run")
|
||||||
|
@MsAuditLog(module = "track_test_plan", type = OperLogConstants.EXECUTE, content = "#msClass.getLogDetails(#request.planIds)", msClass = TestPlanApiCaseService.class)
|
||||||
public String run(@RequestBody BatchRunDefinitionRequest request) {
|
public String run(@RequestBody BatchRunDefinitionRequest request) {
|
||||||
return testPlanApiCaseService.run(request);
|
return testPlanApiCaseService.run(request);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue