Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 45s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 45s
This commit is contained in:
commit
c507d7be06
1 changed files with 4 additions and 4 deletions
|
|
@ -3314,14 +3314,14 @@ namespace BMA.EHR.Recurit.Exam.Service.Services
|
||||||
MobilePhone = firstAddress?.Mobile ?? "",
|
MobilePhone = firstAddress?.Mobile ?? "",
|
||||||
RegistAddress = registAddress,
|
RegistAddress = registAddress,
|
||||||
RegistProvinceId = provincesCache.FirstOrDefault(x => x.name == firstAddress?.Province)?.Id,
|
RegistProvinceId = provincesCache.FirstOrDefault(x => x.name == firstAddress?.Province)?.Id,
|
||||||
RegistDistrictId = districtsCache.FirstOrDefault(x => x.name == firstAddress?.District)?.Id,
|
RegistDistrictId = districtsCache.FirstOrDefault(x => x.name == firstAddress?.Amphur)?.Id,
|
||||||
RegistSubDistrictId = subDistrictsCache.FirstOrDefault(x => x.name == firstAddress?.Soi)?.Id,
|
RegistSubDistrictId = subDistrictsCache.FirstOrDefault(x => x.name == firstAddress?.District)?.Id,
|
||||||
RegistZipCode = firstAddress?.ZipCode ?? "",
|
RegistZipCode = firstAddress?.ZipCode ?? "",
|
||||||
RegistSame = false,
|
RegistSame = false,
|
||||||
CurrentAddress = currentAddress,
|
CurrentAddress = currentAddress,
|
||||||
CurrentProvinceId = provincesCache.FirstOrDefault(x => x.name == firstAddress?.Province1)?.Id,
|
CurrentProvinceId = provincesCache.FirstOrDefault(x => x.name == firstAddress?.Province1)?.Id,
|
||||||
CurrentDistrictId = districtsCache.FirstOrDefault(x => x.name == firstAddress?.District1)?.Id,
|
CurrentDistrictId = districtsCache.FirstOrDefault(x => x.name == firstAddress?.Amphur1)?.Id,
|
||||||
CurrentSubDistrictId = subDistrictsCache.FirstOrDefault(x => x.name == firstAddress?.Soi1)?.Id,
|
CurrentSubDistrictId = subDistrictsCache.FirstOrDefault(x => x.name == firstAddress?.District1)?.Id,
|
||||||
CurrentZipCode = firstAddress?.ZipCode1,
|
CurrentZipCode = firstAddress?.ZipCode1,
|
||||||
Marry = candidate.Marry?.Contains("สมรส") ?? false,
|
Marry = candidate.Marry?.Contains("สมรส") ?? false,
|
||||||
OccupationPositionType = "other",
|
OccupationPositionType = "other",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue