测试报告接口前缀修改
This commit is contained in:
@@ -21,7 +21,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
*/
|
||||
@Slf4j
|
||||
@RestController
|
||||
@RequestMapping("/test/report")
|
||||
@RequestMapping("/test/testReport")
|
||||
public class TestReportController extends BaseController {
|
||||
|
||||
@Autowired
|
||||
@@ -31,7 +31,7 @@ public class TestReportController extends BaseController {
|
||||
* 查询测试计划关联测试报告列表
|
||||
* @return
|
||||
*/
|
||||
@GetMapping("/list")
|
||||
@GetMapping("/reportList")
|
||||
public TableDataInfo list(@RequestBody IDQO qo) {
|
||||
startPage();
|
||||
List<TestReportVo> list = testReportService.selectTestReportList(qo.getId());
|
||||
|
||||
Reference in New Issue
Block a user