Compare commits
2 commits
117170496a
...
863e3d1c44
| Author | SHA1 | Date | |
|---|---|---|---|
| 863e3d1c44 | |||
| 1658e6a9bd |
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", "SYS_EXAM_SELECT_LISTNAME");
|
||||
var getPermission = await _permission.GetPermissionAPIAsync("LIST", type == "all" ? "SYS_EXAM_SELECT_PERIOD" : "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