DisciplineComplaint_Appeal add profileType
Some checks failed
release-dev / release-dev (push) Failing after 10s

This commit is contained in:
kittapath 2025-01-20 22:38:18 +07:00
parent 9d4f1368d3
commit f8932def1d

View file

@ -348,7 +348,7 @@ namespace BMA.EHR.DisciplineComplaint_Appeal.Service.Controllers
ProfileId = id,
Position = req.Position,
Oc = req.Oc,
profileType = req.profileType,
profileType = org.result.profileType,
CreatedFullName = FullName ?? "System Administrator",
CreatedUserId = UserId ?? "",
CreatedAt = DateTime.Now,