Commit ac26ffd8 authored by tianyiming's avatar tianyiming

openApi修改

parent 79b1f2d3
...@@ -219,7 +219,7 @@ public class SuperviseController { ...@@ -219,7 +219,7 @@ public class SuperviseController {
@ApiOperation(value = "检验检测信息") @ApiOperation(value = "检验检测信息")
@GetMapping(value = "/inspectionInfo") @GetMapping(value = "/inspectionInfo")
@RestEventTrigger(value = "openapiLogEventHandler") @RestEventTrigger(value = "openapiLogEventHandler")
public ResponseModel<InspectionDetectionInfoModel> selectSpect(@RequestParam String superviseCode) { public ResponseModel<InspectionDetectionInfoModel> selectInspect(@RequestParam String superviseCode) {
return ResponseHelper.buildResponse(inspectionInfoService.selectInspect(superviseCode)); return ResponseHelper.buildResponse(inspectionInfoService.selectInspect(superviseCode));
} }
} }
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