Commit a43b69a9 authored by Quxl's avatar Quxl

xx

parent a441f0ef
......@@ -128,7 +128,7 @@ public class AdminAuthController {
@ResponseBody
@RequestMapping("groupList")
@ApiOperation("管理员分组,分页查询")
@ApiOperation("管理分页查询")
@ApiImplicitParams({
@ApiImplicitParam(paramType="query", dataType="string", required=false, name="keyword", value="关键字"),
@ApiImplicitParam(paramType="query", dataType="long", required=true, name="index", value="分页编号"),
......@@ -144,7 +144,7 @@ public class AdminAuthController {
@ResponseBody
@RequestMapping("allAuth")
@ApiOperation("全部权限查询")
@ApiOperation("全部管理组权限查询")
public Object allAuth() throws FileNotFoundException {
File file = ResourceUtils.getFile("classpath:auth_admin.json");
String json = FileUtil.fileToString(file);
......@@ -164,7 +164,7 @@ public class AdminAuthController {
@ResponseBody
@RequestMapping("groupSaveOrUpdate")
@ApiOperation("保存或更新组")
@ApiOperation("保存或更新管理组")
public Object groupSaveOrUpdate(Integer group_id, String group_name, Integer state, String[] pwoer, String group_power) {
Fc_admin_group group = new Fc_admin_group();
group.setGroup_id(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