fix noti user placement

This commit is contained in:
Kittapath 2023-09-08 11:05:23 +07:00
parent 7f53cf96c4
commit a886825bb1
3 changed files with 23 additions and 5 deletions

View file

@ -373,7 +373,7 @@ namespace BMA.EHR.Placement.Service.Controllers
}
}
await _repositoryNoti.PushNotificationAsync(
Guid.Parse("00000000-0000-0000-0000-000000000000"),
Guid.Parse("08db721d-ade4-480e-8d84-0853946a0ea5"),
$"{profile.Prefix?.Name}{profile.FirstName} {profile.LastName} ได้ทำการยื่นคำขอโอน",
$"{profile.Prefix?.Name}{profile.FirstName} {profile.LastName} ได้ทำการยื่นคำขอโอนไปยัง {req.Organization}"
);