add:测试计划关联测试报告编辑API
This commit is contained in:
@@ -76,4 +76,14 @@ public class TestReportController extends BaseController {
|
||||
return toAjax(testReportService.updateExecuteCaseReport(testReport));
|
||||
}
|
||||
|
||||
/**
|
||||
* 修改测试计划关联测试报告
|
||||
* @param testReport
|
||||
*/
|
||||
@Log(title = "测试报告", businessType = BusinessType.UPDATE)
|
||||
@PostMapping("/updateExecuteCaseReport")
|
||||
public AjaxResult updateExecuteCaseReport(@RequestBody TestReport testReport) {
|
||||
return toAjax(testReportService.updateExecuteCaseReport(testReport));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user