DisciplineComplaint_Appeal add profileType
This commit is contained in:
parent
9d4f1368d3
commit
fbc5c1167b
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue