mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-10 11:40:52 +08:00
数据权限查询
This commit is contained in:
@@ -87,5 +87,7 @@ namespace Yi.Framework.ApiMicroservice.Controllers
|
||||
return Result.Success().SetData(await _iRoleService._repository.UpdateIgnoreNullAsync(new RoleEntity() { Id = roleId, IsDeleted = isDel }));
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user