|
@@ -75,7 +75,7 @@ public class BehospitalInfoController {
|
|
|
return RespDTO.onSuc(behospitalInfoFacade.analyze(analyzeVO));
|
|
|
}
|
|
|
|
|
|
- @ApiOperation(value = "评分[by:zhoutg]",
|
|
|
+ @ApiOperation(value = "定时任务评分[by:zhoutg]",
|
|
|
notes = "")
|
|
|
@PostMapping("/analyze_rpc")
|
|
|
@SysLogger("analyze_rpc")
|
|
@@ -128,7 +128,7 @@ public class BehospitalInfoController {
|
|
|
return RespDTO.onSuc(qcresultInfoFacade.changeQcResult(qcresultVO));
|
|
|
}
|
|
|
|
|
|
- @ApiOperation(value = "批量执行[by:zhoutg]",
|
|
|
+ @ApiOperation(value = "将未评分的病历进行评分[by:zhoutg]",
|
|
|
notes = "")
|
|
|
@PostMapping("/execule")
|
|
|
@SysLogger("execule")
|