ruoyi-admin/src/main/java/com/ruoyi/web/controller/api/TQaTestItemController.java
@@ -51,7 +51,7 @@ * 获取QA检测项管理管理列表 */ @PreAuthorize("@ss.hasPermi('system:qaTestItem:list')") @ApiOperation(value = "获取QA检测项管理分页列表") @ApiOperation(value = "获取QA检测项管理分页列表", response = TQaTestItemQuery.class) @PostMapping(value = "/api/t-qa-test-item/pageList") public R<PageInfo<TQaTestItemVO>> pageList(@RequestBody String param) { TQaTestItemQuery query = JSON.parseObject(param, TQaTestItemQuery.class);