feat:新增通过角色编码查询所属用户接口
This commit is contained in:
@@ -223,6 +223,7 @@ public class SysStaffController {
|
||||
|
||||
@Operation(summary = "根据角色ID集合获取员工列表", description = "根据角色ID集合获取员工列表")
|
||||
@GetMapping("/findByRoleIds")
|
||||
@Inner(false)
|
||||
public R<Map<Long, List<SysStaffVO>>> findByRoleIds(@RequestParam("roleIds") List<Long> roleIds) {
|
||||
return R.ok(sysStaffService.findByRoleIds(roleIds));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user