From 2a5186bd4dcffd3e6a6c9a8d7a94e5392c754cf0 Mon Sep 17 00:00:00 2001 From: kittapath Date: Wed, 8 Jan 2025 18:25:19 +0700 Subject: [PATCH] test --- Services/PeriodExamService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Services/PeriodExamService.cs b/Services/PeriodExamService.cs index 74bd17f..c7e22d4 100644 --- a/Services/PeriodExamService.cs +++ b/Services/PeriodExamService.cs @@ -2151,7 +2151,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Services LastUpdatedAt = DateTime.Now, LastUpdateUserId = UserId ?? "", LastUpdateFullName = FullName ?? "", - IsOfficer = IsOfficer, + IsOfficer = org?.result?.profileId ?? null =null ? false :true, profileId = org?.result?.profileId ?? null, IsOld = org == null || org.result == null ? false : true, AmountOld = org?.result?.AmountOld ?? null, @@ -2346,7 +2346,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Services LastUpdatedAt = DateTime.Now, LastUpdateUserId = UserId ?? "", LastUpdateFullName = FullName ?? "", - IsOfficer = IsOfficer, + IsOfficer = org?.result?.profileId ?? null =null ? false :true, profileId = org?.result?.profileId ?? null, IsOld = org == null || org.result == null ? false : true, AmountOld = org?.result?.AmountOld ?? null,