| | |
| | | IMaintainFieldService maintainFieldService; |
| | | @Autowired |
| | | IMenuMappingService menuMappingService; |
| | | @Autowired |
| | | ITUserRoleService userRoleService; |
| | | |
| | | |
| | | /** |
| | | * |
| | | * @description: 删除一条权限字段id |
| | | * @param id 权限 字段id |
| | | * @param field 字段名称 |
| | | * @return 具体数据 |
| | | * |
| | | */ |
| | | @RequestMapping(value = "/delete/{id}", method = RequestMethod.GET) |
| | | public Result addRole(@PathVariable String id,@RequestParam String field){ |
| | | MasterAuthor masterAuthor = masterAuthorService.selectById(id); |
| | |
| | | } |
| | | } |
| | | |
| | | |
| | | /** |
| | | * |
| | | * @description: 通过字段版本获取字段list |
| | | * @param id 字段版本 |
| | | * @param isGroup 是否为用户组 |
| | | * @param type 用户类型 |
| | | * @return 字段list |
| | | * |
| | | */ |
| | | @RequestMapping(value = "/getFieldByMaintainFieldId/{id}", method = RequestMethod.GET) |
| | | public Result getFieldByMaintainFieldId(@PathVariable String id, @RequestParam boolean isGroup, @RequestParam MasterAuthorType type, @RequestParam String characterId, HttpServletRequest request) { |
| | | List<SysField> result; |