|
@@ -78,10 +78,10 @@ public class BehospitalInfoController {
|
|
|
}
|
|
|
|
|
|
|
|
|
- @ApiOperation(value = "质量控制指标获取[by:cy]",
|
|
|
+ @ApiOperation(value = "质量控制指标title获取[by:cy]",
|
|
|
notes = "")
|
|
|
- @PostMapping("/getMedQualityControl")
|
|
|
- @SysLogger("getMedQualityControl")
|
|
|
+ @PostMapping("/getMedQualityCoList")
|
|
|
+ @SysLogger("getMedQualityCoList")
|
|
|
public RespDTO<List<ColumnDTO>> getMedQualityControl() {
|
|
|
List<ColumnDTO> data = behospitalInfoFacade.getMedQualityControl();
|
|
|
return RespDTO.onSuc(data);
|