no message
This commit is contained in:
parent
9f7f6d8dde
commit
866c4be9fd
12 changed files with 5 additions and 5 deletions
|
|
@ -313,7 +313,7 @@ namespace BMA.EHR.Recruit.Service.Services
|
|||
LastUpdatedAt = DateTime.Now,
|
||||
LastUpdateUserId = UserId ?? "",
|
||||
LastUpdateFullName = FullName ?? "",
|
||||
IsOfficer = org?.result?.profileId ?? null =null ? false :true,
|
||||
IsOfficer = IsOfficer,
|
||||
profileId = org?.result?.profileId ?? null,
|
||||
IsOld = org == null || org.result == null ? false : true,
|
||||
AmountOld = org?.result?.AmountOld ?? null,
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -14,7 +14,7 @@ using System.Reflection;
|
|||
[assembly: System.Reflection.AssemblyCompanyAttribute("BMA.EHR.Recruit.Service")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0412128380a8ccaca4e1709f171d566aad6615ac")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+9f7f6d8ddee827c2b6f74837bf7479d653eec4d4")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("BMA.EHR.Recruit.Service")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("BMA.EHR.Recruit.Service")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
f42331b74736d72135e494ab4f6cd09efa12c63d8c3ad0bbf62836a7ba5d3ba2
|
||||
a8e41464d7076013de7d5ae23c7da0b509486595a6d9b2a8ceac664aa8a8cb7b
|
||||
|
|
|
|||
|
|
@ -9,13 +9,13 @@ build_property.EnforceExtendedAnalyzerRules =
|
|||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = BMA.EHR.Recruit.Service
|
||||
build_property.RootNamespace = BMA.EHR.Recruit.Service
|
||||
build_property.ProjectDir = d:\BMA-EHR-RECRUIT-SERVICE\
|
||||
build_property.ProjectDir = D:\BMA-EHR-RECRUIT-SERVICE\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.RazorLangVersion = 7.0
|
||||
build_property.SupportLocalizedComponentNames =
|
||||
build_property.GenerateRazorMetadataSourceChecksumAttributes =
|
||||
build_property.MSBuildProjectDirectory = d:\BMA-EHR-RECRUIT-SERVICE
|
||||
build_property.MSBuildProjectDirectory = D:\BMA-EHR-RECRUIT-SERVICE
|
||||
build_property._RazorSourceGeneratorDebug =
|
||||
build_property.EffectiveAnalysisLevelStyle = 7.0
|
||||
build_property.EnableCodeStyleSeverity =
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue