diff --git a/BMA.EHR.Application/Repositories/Reports/InsigniaReportRepository.cs b/BMA.EHR.Application/Repositories/Reports/InsigniaReportRepository.cs index decdd8e4..0de440aa 100644 --- a/BMA.EHR.Application/Repositories/Reports/InsigniaReportRepository.cs +++ b/BMA.EHR.Application/Repositories/Reports/InsigniaReportRepository.cs @@ -919,14 +919,14 @@ namespace BMA.EHR.Application.Repositories.Reports if (insigniaPeriod.EndDate.AddDays(-insigniaPeriod.Amount).Date == DateTime.Now.Date) { await _repositoryNoti.PushNotificationAsync( - Guid.Parse("08db721d-ade4-480e-8d84-0853946a0ea5"), + Guid.Parse("08dbc953-6441-408a-86d0-4df4ce449039"), $"แจ้งเตือนรอบการเสนอขอ {insigniaPeriod.Name} รอบที่{insigniaPeriod.Round}", $"แจ้งเตือนรอบการเสนอขอ {insigniaPeriod.Name} รอบที่{insigniaPeriod.Round}", "", true ); await _repositoryNoti.PushNotificationAsync( - Guid.Parse("08db721d-adff-47b0-8762-41cd5c991001"), + Guid.Parse("08dbca3a-8b6a-4a4e-8b23-1f62e4f30ef6"), $"แจ้งเตือนรอบการเสนอขอ {insigniaPeriod.Name} รอบที่{insigniaPeriod.Round}", $"แจ้งเตือนรอบการเสนอขอ {insigniaPeriod.Name} รอบที่{insigniaPeriod.Round}", "", diff --git a/BMA.EHR.Insignia.Service/Controllers/InsigniaRequestController.cs b/BMA.EHR.Insignia.Service/Controllers/InsigniaRequestController.cs index cccf7aba..4fa5f9c7 100644 --- a/BMA.EHR.Insignia.Service/Controllers/InsigniaRequestController.cs +++ b/BMA.EHR.Insignia.Service/Controllers/InsigniaRequestController.cs @@ -679,7 +679,7 @@ namespace BMA.EHR.Insignia.Service.Controllers requestNew.RequestStatus = "st3"; requestNew.RequestNote = ""; await _repositoryNoti.PushNotificationAsync( - Guid.Parse("08db721d-ae15-40a2-8331-3e2e6d9d9a86"), + Guid.Parse("08dbc953-630a-4e72-88a7-c68dbb1ba856"), $"{(requestNew.Organization.OrganizationOrganization == null ? null : requestNew.Organization.OrganizationOrganization.Name)} ยื่นขอมูลข้อมูลผู้มีสิทธิ์ได้รับเครื่องราชฯ {requestNew.Period.Name}", $"{(requestNew.Organization.OrganizationOrganization == null ? null : requestNew.Organization.OrganizationOrganization.Name)} ยื่นขอมูลข้อมูลผู้มีสิทธิ์ได้รับเครื่องราชฯ {requestNew.Period.Name}", "", @@ -739,14 +739,14 @@ namespace BMA.EHR.Insignia.Service.Controllers requestNew.RequestStatus = "st6"; requestNew.RequestNote = ""; await _repositoryNoti.PushNotificationAsync( - Guid.Parse("08db721d-ada0-4e64-89d3-7584a893d8b8"), + Guid.Parse("08dbc953-64d9-497a-87a3-0244eade622c"), $"{(requestNew.Organization.OrganizationOrganization == null ? null : requestNew.Organization.OrganizationOrganization.Name)} ยื่นขอมูลข้อมูลผู้มีสิทธิ์ได้รับเครื่องราชฯ {requestNew.Period.Name}", $"{(requestNew.Organization.OrganizationOrganization == null ? null : requestNew.Organization.OrganizationOrganization.Name)} ยื่นขอมูลข้อมูลผู้มีสิทธิ์ได้รับเครื่องราชฯ {requestNew.Period.Name}", "", true ); await _repositoryNoti.PushNotificationAsync( - Guid.Parse("08db721d-ae67-4ed1-8b3c-490f44a73e65"), + Guid.Parse("08dbca3a-8b6a-4a4e-8b23-1f62e4f30ef6"), $"{(requestNew.Organization.OrganizationOrganization == null ? null : requestNew.Organization.OrganizationOrganization.Name)} ยื่นขอมูลข้อมูลผู้มีสิทธิ์ได้รับเครื่องราชฯ {requestNew.Period.Name}", $"{(requestNew.Organization.OrganizationOrganization == null ? null : requestNew.Organization.OrganizationOrganization.Name)} ยื่นขอมูลข้อมูลผู้มีสิทธิ์ได้รับเครื่องราชฯ {requestNew.Period.Name}", "", @@ -781,7 +781,7 @@ namespace BMA.EHR.Insignia.Service.Controllers requestNew.RequestStatus = "st4"; requestNew.RequestNote = req.Reason; await _repositoryNoti.PushNotificationAsync( - Guid.Parse("08db721d-adff-47b0-8762-41cd5c991001"), + Guid.Parse("08dbc953-61ac-47eb-82d7-0e72df7669b5"), $"{(requestNew.Organization.OrganizationOrganization == null ? null : requestNew.Organization.OrganizationOrganization.Name)} ตีกลับข้อมูลผู้มีสิทธิ์ได้รับเครื่องราชฯ {requestNew.Period.Name}", $"{(requestNew.Organization.OrganizationOrganization == null ? null : requestNew.Organization.OrganizationOrganization.Name)} ตีกลับข้อมูลผู้มีสิทธิ์ได้รับเครื่องราชฯ {requestNew.Period.Name}", "", @@ -816,7 +816,7 @@ namespace BMA.EHR.Insignia.Service.Controllers requestNew.RequestStatus = "st5"; requestNew.RequestNote = req.Reason; await _repositoryNoti.PushNotificationAsync( - Guid.Parse("08db721d-ae15-40a2-8331-3e2e6d9d9a86"), + Guid.Parse("08dbc953-630a-4e72-88a7-c68dbb1ba856"), $"สกจ. ตีกลับข้อมูลผู้มีสิทธิ์ได้รับเครื่องราชฯ {requestNew.Period.Name}", $"สกจ. ตีกลับข้อมูลผู้มีสิทธิ์ได้รับเครื่องราชฯ {requestNew.Period.Name}", "", diff --git a/BMA.EHR.Placement.Service/Controllers/PlacementTransferController.cs b/BMA.EHR.Placement.Service/Controllers/PlacementTransferController.cs index a77df157..aed7715c 100644 --- a/BMA.EHR.Placement.Service/Controllers/PlacementTransferController.cs +++ b/BMA.EHR.Placement.Service/Controllers/PlacementTransferController.cs @@ -373,7 +373,7 @@ namespace BMA.EHR.Placement.Service.Controllers } } await _repositoryNoti.PushNotificationAsync( - Guid.Parse("08db721d-add6-47b0-8a13-5f45d106e8d1"), + Guid.Parse("08dbc953-6268-4e2c-80a3-aca65eedc6d0"), $"{profile.Prefix?.Name}{profile.FirstName} {profile.LastName} ได้ทำการยื่นคำขอโอน", $"{profile.Prefix?.Name}{profile.FirstName} {profile.LastName} ได้ทำการยื่นคำขอโอนไปยัง {req.Organization}", "", @@ -440,14 +440,14 @@ namespace BMA.EHR.Placement.Service.Controllers uppdated.LastUpdateUserId = UserId ?? ""; uppdated.LastUpdatedAt = DateTime.Now; await _repositoryNoti.PushNotificationAsync( - Guid.Parse("08db721d-ade4-480e-8d84-0853946a0ea5"), + Guid.Parse("08dbc953-6268-4e2c-80a3-aca65eedc6d0"), $"{uppdated.Profile.Prefix?.Name}{uppdated.Profile.FirstName} {uppdated.Profile.LastName} ได้ทำการยื่นคำขอโอนได้รับการอนุมัติ", $"{uppdated.Profile.Prefix?.Name}{uppdated.Profile.FirstName} {uppdated.Profile.LastName} ได้ทำการยื่นคำขอโอนไปยัง {uppdated.Organization}ได้รับการอนุมัติ", "", true ); await _repositoryNoti.PushNotificationAsync( - Guid.Parse("08db721d-ada0-4e64-89d3-7584a893d8b8"), + Guid.Parse("08dbca3a-8b6a-4a4e-8b23-1f62e4f30ef6"), $"{uppdated.Profile.Prefix?.Name}{uppdated.Profile.FirstName} {uppdated.Profile.LastName} ได้ทำการยื่นคำขอโอน", $"{uppdated.Profile.Prefix?.Name}{uppdated.Profile.FirstName} {uppdated.Profile.LastName} ได้ทำการยื่นคำขอโอนไปยัง {uppdated.Organization}ได้รับการอนุมัติ", "", diff --git a/BMA.EHR.Retirement.Service/Controllers/RetirementResignController.cs b/BMA.EHR.Retirement.Service/Controllers/RetirementResignController.cs index 77183544..d4c179e8 100644 --- a/BMA.EHR.Retirement.Service/Controllers/RetirementResignController.cs +++ b/BMA.EHR.Retirement.Service/Controllers/RetirementResignController.cs @@ -357,7 +357,7 @@ namespace BMA.EHR.Retirement.Service.Controllers } } await _repositoryNoti.PushNotificationAsync( - Guid.Parse("08db721d-ae2f-4f5d-836a-02d2413df33d"), + Guid.Parse("08dbc953-6268-4e2c-80a3-aca65eedc6d0"), $"{profile.Prefix?.Name}{profile.FirstName} {profile.LastName} ได้ทำการยื่นขอลาออก", $"{profile.Prefix?.Name}{profile.FirstName} {profile.LastName} ได้ทำการยื่นขอลาออก", "", @@ -508,14 +508,14 @@ namespace BMA.EHR.Retirement.Service.Controllers updated.LastUpdateUserId = UserId ?? ""; updated.LastUpdatedAt = DateTime.Now; await _repositoryNoti.PushNotificationAsync( - Guid.Parse("08db721d-ae67-4ed1-8b3c-490f44a73e65"), + Guid.Parse("08dbca3a-8b6a-4a4e-8b23-1f62e4f30ef6"), $"คำขอลาออกขอ {updated.Profile.Prefix?.Name}{updated.Profile.FirstName} {updated.Profile.LastName} ได้รับการอนุมัติจากผู้บังคับบัญชา", $"คำขอลาออกขอ {updated.Profile.Prefix?.Name}{updated.Profile.FirstName} {updated.Profile.LastName} ได้รับการอนุมัติจากผู้บังคับบัญชา", "", true ); await _repositoryNoti.PushNotificationAsync( - Guid.Parse("08db721d-ae22-424d-8f4a-87ba30cc3ee7"), + Guid.Parse("08dbc953-61ac-47eb-82d7-0e72df7669b5"), $"คำขอลาออกขอ {updated.Profile.Prefix?.Name}{updated.Profile.FirstName} {updated.Profile.LastName} ได้รับการอนุมัติจากผู้บังคับบัญชา", $"คำขอลาออกขอ {updated.Profile.Prefix?.Name}{updated.Profile.FirstName} {updated.Profile.LastName} ได้รับการอนุมัติจากผู้บังคับบัญชา", "", @@ -554,14 +554,14 @@ namespace BMA.EHR.Retirement.Service.Controllers updated.LastUpdateUserId = UserId ?? ""; updated.LastUpdatedAt = DateTime.Now; await _repositoryNoti.PushNotificationAsync( - Guid.Parse("08db721d-ae67-4ed1-8b3c-490f44a73e65"), + Guid.Parse("08dbca3a-8b6a-4a4e-8b23-1f62e4f30ef6"), $"คำขอลาออกขอ {updated.Profile.Prefix?.Name}{updated.Profile.FirstName} {updated.Profile.LastName} ถูกยับยั้งจากผู้บังคับบัญชา", $"คำขอลาออกขอ {updated.Profile.Prefix?.Name}{updated.Profile.FirstName} {updated.Profile.LastName} ถูกยับยั้งจากผู้บังคับบัญชา", "", true ); await _repositoryNoti.PushNotificationAsync( - Guid.Parse("08db721d-ae22-424d-8f4a-87ba30cc3ee7"), + Guid.Parse("08dbc953-61ac-47eb-82d7-0e72df7669b5"), $"คำขอลาออกขอ {updated.Profile.Prefix?.Name}{updated.Profile.FirstName} {updated.Profile.LastName} ถูกยับยั้งจากผู้บังคับบัญชา", $"คำขอลาออกขอ {updated.Profile.Prefix?.Name}{updated.Profile.FirstName} {updated.Profile.LastName} ถูกยับยั้งจากผู้บังคับบัญชา", "",