แก้ไข
All checks were successful
Build & Deploy Leave Service / build (push) Successful in 1m54s

ถ้าไม่ได้ Add สิทธิ์มา จะข้ามตำแหน่งนั้นไป
แก้บั้กการแสดงข้อมูล กรณี "ROOT"

#2431
This commit is contained in:
Suphonchai Phoonsawat 2026-04-20 11:42:41 +07:00
parent 058027ea29
commit 1389df0225
3 changed files with 21 additions and 21 deletions

View file

@ -17,7 +17,7 @@ namespace BMA.EHR.Domain.Shared
{
if (reader.TokenType == JsonToken.Null)
{
return "CHILD";
return "EMPTY";
}
return reader.Value;
}