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, ProfileId = id,
Position = req.Position, Position = req.Position,
Oc = req.Oc, Oc = req.Oc,
profileType = req.profileType, profileType = org.result.profileType,
CreatedFullName = FullName ?? "System Administrator", CreatedFullName = FullName ?? "System Administrator",
CreatedUserId = UserId ?? "", CreatedUserId = UserId ?? "",
CreatedAt = DateTime.Now, CreatedAt = DateTime.Now,