Quellcode durchsuchen

删除swagger注释

zhoutg vor 6 Jahren
Ursprung
Commit
56fb3c1b60

+ 1 - 2
icss-service/src/main/java/com/diagbot/web/DisScaleController.java

@@ -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);