Parcourir la source

试验-规范管理-规范文件夹及规范文件swagger问题

LHB il y a 3 mois
Parent
commit
428f902eb7

+ 0 - 4
blade-service/blade-business/src/main/java/org/springblade/business/controller/PrivateStandardController.java

@@ -46,10 +46,6 @@ public class PrivateStandardController {
      */
     @GetMapping("page")
     @ApiOperation(value = "分页查询所有数据", notes = "传入分页对象和高级查询对象")
-    @ApiImplicitParams({
-            @ApiImplicitParam(name = "query", value = "分页对象", required = true),
-            @ApiImplicitParam(name = "uWbsPrivateStandard", value = "高级查询对象", required = true)
-    })
     public R<IPage<PrivateStandard>> selectAll(Query query, PrivateStandard uWbsPrivateStandard) {
         try {
             Page page = new Page(query.getCurrent(), query.getSize());