Commit 13cb0e4e authored by suhuiguang's avatar suhuiguang

docs(jyjc): 报检开发调整

1.注释修改
parent 26b6d2fc
......@@ -34,7 +34,7 @@ public class JyjcController {
*/
@TycloudOperation(ApiLevel = UserType.AGENCY, needAuth = false)
@PostMapping(value = "/result-submit")
@ApiOperation(httpMethod = "POST", value = "检验检测结果回传", notes = "检验检测结果回传")
@ApiOperation(httpMethod = "POST", value = "非压力管道-检验检测结果回传", notes = "非压力管道-检验检测结果回传")
public ResponseModel<List<JyjcInspectionResultDataModel>> resultSubmit(@RequestBody List<JyjcInspectionResultDataModel> resultDataModels) {
return jyjcServiceFeignClient.saveResultDataBatch(resultDataModels);
}
......
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