Commit 71da17c3 authored by Quxl's avatar Quxl

xx

parent 8b29fd89
......@@ -146,7 +146,7 @@ public class AdminAuthController {
@PostMapping("groupAuth")
@ApiOperation("管理组权限查询")
@ApiImplicitParams({
@ApiImplicitParam(paramType="query", dataType="int", required=true, name="group_id", value="组ID"),
@ApiImplicitParam(paramType="query", dataType="int", required=false, name="group_id", value="组ID"),
})
public Object groupAuthQuery(Integer group_id) throws FileNotFoundException {
List<Map<String, Object>> groupMenuList = service.queryGroupMenuList(group_id);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment