From b28f464faeabcd4809ec536c44d87a8b4b392910 Mon Sep 17 00:00:00 2001 From: kittapath Date: Wed, 8 Jan 2025 18:31:42 +0700 Subject: [PATCH] no message --- Services/PeriodExamService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Services/PeriodExamService.cs b/Services/PeriodExamService.cs index c7e22d4..8422713 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 = org?.result?.profileId ?? null =null ? false :true, + 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 = org?.result?.profileId ?? null =null ? false :true, + 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,