|
@@ -44,7 +44,6 @@ public class RoleController extends BaseController {
|
|
|
private SysUserRoleService sysUserRoleService;
|
|
|
|
|
|
@GetMapping(value = "/queryRoleCodeListByUserId")
|
|
|
- @PreAuthorize("@pcs.hasPermissions('role/queryRoleCodeListByUserId')")
|
|
|
public Object queryRoleCodeListByUserId(Integer userId) {
|
|
|
return sysUserRoleService.queryRoleCodeListByUserId(userId);
|
|
|
}
|