Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 46s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 46s
* develop: fix permission
This commit is contained in:
commit
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", "SYS_EXAM_SELECT_PERIOD");
|
||||
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