mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-21 02:25:56 +08:00
reset 还原修复命名
This commit is contained in:
parent
3ce110f904
commit
a8a9c060ea
@ -212,8 +212,8 @@ public class SysUserController extends BaseController {
|
||||
* @param deptId 部门ID
|
||||
*/
|
||||
@SaCheckPermission("system:user:query")
|
||||
@GetMapping("/optionSelect")
|
||||
public R<List<SysUserVo>> optionSelect(@RequestParam(required = false) Long[] userIds,
|
||||
@GetMapping("/optionselect")
|
||||
public R<List<SysUserVo>> optioselect(@RequestParam(required = false) Long[] userIds,
|
||||
@RequestParam(required = false) Long deptId) {
|
||||
return R.ok(userService.selectUserByIds(List.of(userIds), deptId));
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user