修改医生既往阅片情况声明
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using IRaCIS.Application.Contracts;
|
||||
using IRaCIS.Core.Infra.EFCore;
|
||||
using Microsoft.AspNetCore.Authorization;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
namespace IRaCIS.Application.Services
|
||||
@@ -164,6 +165,7 @@ namespace IRaCIS.Application.Services
|
||||
|
||||
}
|
||||
|
||||
[AllowAnonymous]
|
||||
public async Task<List<MenuTreeNode>> GetUserMenuTree()
|
||||
{
|
||||
|
||||
@@ -182,7 +184,7 @@ namespace IRaCIS.Application.Services
|
||||
return list;
|
||||
}
|
||||
|
||||
|
||||
[AllowAnonymous]
|
||||
public async Task<List<string>> GetUserPermissions()
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user