ถ้าไม่ได้ Add สิทธิ์มา จะข้ามตำแหน่งนั้นไป แก้บั้กการแสดงข้อมูล กรณี "ROOT" #2431
This commit is contained in:
parent
058027ea29
commit
1389df0225
3 changed files with 21 additions and 21 deletions
|
|
@ -17,7 +17,7 @@ namespace BMA.EHR.Domain.Shared
|
|||
{
|
||||
if (reader.TokenType == JsonToken.Null)
|
||||
{
|
||||
return "CHILD";
|
||||
return "EMPTY";
|
||||
}
|
||||
return reader.Value;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue