DisciplineComplaint_Appeal add profileType

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

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,