Commit ac26ffd8 authored by tianyiming's avatar tianyiming

openApi修改

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