Commit a9edbd61 authored by suhuiguang's avatar suhuiguang

docs(jyjc): 报检开发调整

1.注释修改
parent edab80fa
......@@ -196,7 +196,7 @@ public class JyjcInspectionResultController extends BaseController {
* @return List<JyjcInspectionResultDataModel>
*/
@TycloudOperation(ApiLevel = UserType.AGENCY)
@ApiOperation(httpMethod = "POST", value = "报检结果接收", notes = "对外对接使用,支持单条及批量")
@ApiOperation(httpMethod = "POST", value = "非压力管道-报检结果接收", notes = "非压力管道-对外对接使用,支持单条及批量")
@PostMapping(value = "/receive")
public ResponseModel<List<JyjcInspectionResultDataModel>> saveResultDataBatch(@RequestBody List<JyjcInspectionResultDataModel> resultDataModels){
return ResponseHelper.buildResponse(jyjcInspectionResultServiceImpl.receivePushResultData(resultDataModels));
......@@ -251,7 +251,7 @@ public class JyjcInspectionResultController extends BaseController {
* @return List<JyjcInspectionResultDataModel>
*/
@TycloudOperation(ApiLevel = UserType.AGENCY)
@ApiOperation(httpMethod = "POST", value = "压力管道报检结果接收", notes = "压力管道对外对接使用,支持单条及批量")
@ApiOperation(httpMethod = "POST", value = "压力管道-报检结果接收", notes = "压力管道-对外对接使用,支持单条及批量")
@PostMapping(value = "/pipeline/receive")
public ResponseModel<List<PipelineInspectionResultDto>> savePipelineResultDataBatch(@RequestBody List<PipelineInspectionResultDto> resultData){
return ResponseHelper.buildResponse(jyjcInspectionResultServiceImpl.receivePipelineResultData(resultData));
......
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