Compare commits
No commits in common. "863e3d1c444500421a3e74059b8ce4ff43b092a5" and "117170496add17c4c2a905cc11d1909b76efca24" have entirely different histories.
863e3d1c44
...
117170496a
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Controllers
|
|||
{
|
||||
try
|
||||
{
|
||||
var getPermission = await _permission.GetPermissionAPIAsync("LIST", type == "all" ? "SYS_EXAM_SELECT_PERIOD" : "SYS_EXAM_SELECT_LISTNAME");
|
||||
var getPermission = await _permission.GetPermissionAPIAsync("LIST", "SYS_EXAM_SELECT_LISTNAME");
|
||||
var jsonData = JsonConvert.DeserializeObject<JObject>(getPermission);
|
||||
if (jsonData["status"]?.ToString() != "200")
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue