ออกคำสั่ง 27
This commit is contained in:
parent
6c09c68c5c
commit
a89b8e0453
7 changed files with 18120 additions and 27 deletions
|
|
@ -1596,8 +1596,14 @@ namespace BMA.EHR.Application.Repositories.Commands
|
|||
Prefix = d.prefix == null ? "" : d.prefix,
|
||||
FirstName = d.firstName,
|
||||
LastName = d.lastName,
|
||||
RefPlacementProfileId = d.profileId == null ? null : Guid.Parse(d.profileId),
|
||||
RefPlacementProfileId = d.id,
|
||||
RefDisciplineId = d.id,
|
||||
Organization = d.Organization,
|
||||
PositionName = d.PositionName,
|
||||
PositionLevel = d.PositionLevel,
|
||||
PositionType = d.PositionType,
|
||||
PositionNumber = d.PositionNumber,
|
||||
BirthDate = d.BirthDate,
|
||||
};
|
||||
seq++;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue