|
@@ -47,8 +47,7 @@ public class DisScaleController {
|
|
|
}
|
|
|
|
|
|
|
|
|
- @ApiOperation(value = "2期-获取量表内容[by:zhoutg]",
|
|
|
- notes = "")
|
|
|
+// @ApiOperation(value = "2期-获取量表内容[by:zhoutg]",notes = "")
|
|
|
@PostMapping("/getContent")
|
|
|
public RespDTO<List<ScaleContent>> getContent(@RequestBody PushVO pushVO) {
|
|
|
List<ScaleContent> data = scaleContentFacade.getContent(pushVO);
|