|
@@ -49,7 +49,7 @@ public class CoreController {
|
|
|
return RespDTO.onSuc(pushDTO);
|
|
|
}
|
|
|
|
|
|
- @ApiOperation(value = "推送持续检验检查计划API[zhaops]", notes = "operation:随访手术")
|
|
|
+ @ApiOperation(value = "推送持续检验检查计划API[zhaops]", notes = "operationName:随访手术")
|
|
|
@PostMapping("/pushPlan")
|
|
|
public RespDTO<PushPlanDTO> pushPlan(@RequestBody PushPlanVO pushPlanVO) {
|
|
|
PushPlanDTO pushPlanDTO = pushFacade.pushPlan(pushPlanVO);
|