fix #2173
All checks were successful
Build & Deploy Retirement Service / build (push) Successful in 1m15s
All checks were successful
Build & Deploy Retirement Service / build (push) Successful in 1m15s
This commit is contained in:
parent
3532df32fd
commit
9442d3b29f
1 changed files with 1 additions and 1 deletions
|
|
@ -290,7 +290,7 @@ namespace BMA.EHR.Retirement.Service.Controllers
|
|||
var getWorkflow = await _permission.GetPermissionAPIWorkflowAsync(id.ToString(), _system);
|
||||
if (getWorkflow == false)
|
||||
{
|
||||
var getPermission = await _permission.GetPermissionAPIAsync("GET", "SYS_DISMISS");
|
||||
var getPermission = await _permission.GetPermissionAPIAsync("GET", _system);
|
||||
var jsonData = JsonConvert.DeserializeObject<JObject>(getPermission);
|
||||
if (jsonData["status"]?.ToString() != "200")
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue