根据角色搜索用户
This commit is contained in:
parent
1658216f71
commit
b6bead8c01
|
|
@ -90,7 +90,7 @@ public class SysUserController extends BaseController {
|
||||||
return getDataTableError(new ArrayList<>());
|
return getDataTableError(new ArrayList<>());
|
||||||
}
|
}
|
||||||
|
|
||||||
@RequiresPermissionsOrInnerAuth(innerAuth = @InnerAuth(isUser = false), requiresPermissions = @RequiresPermissions("system:user:list"))
|
//@RequiresPermissionsOrInnerAuth(innerAuth = @InnerAuth(isUser = false), requiresPermissions = @RequiresPermissions("system:user:list"))
|
||||||
@PostMapping("/listByPost")
|
@PostMapping("/listByPost")
|
||||||
@SysLog(title = "用户管理", businessType = OperaType.QUERY, logType = 0, module = "系统管理->用户管理", details = "查询用户列表")
|
@SysLog(title = "用户管理", businessType = OperaType.QUERY, logType = 0, module = "系统管理->用户管理", details = "查询用户列表")
|
||||||
public TableDataInfo listByPost(@RequestBody SysUser user) {
|
public TableDataInfo listByPost(@RequestBody SysUser user) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue