แก้ไขเส้นบรรทัด บัญชี3
This commit is contained in:
parent
2c85181268
commit
4168b178c9
2 changed files with 4 additions and 6 deletions
Binary file not shown.
|
|
@ -254,10 +254,10 @@ namespace BMA.EHR.Report.Service.Services
|
|||
PositionNumber = pn.Name,
|
||||
PositionLevel = rp2_dt == null ? _profileService.GetPositionLevel(pm.Id) : rp2_dt.PositionLevel,
|
||||
|
||||
PositionName = pp.Name,
|
||||
PositionSide = pp_pps == null ? "" : $"({pp_pps.Name})",
|
||||
PositionExecutive = pm_exp == null ? "" : pm_exp.Name,
|
||||
PositionExecutiveSide = pm_exp_s == null ? "" : $"({pm_exp_s.Name})",
|
||||
PositionName = $"{pp.Name}\r\n",
|
||||
PositionSide = pm.PositionPathSideObject is null ? "" : Newtonsoft.Json.JsonConvert.DeserializeObject<List<PositionPathSideObject>>(pm.PositionPathSideObject).GetNameList(),
|
||||
PositionExecutive = pm_exp == null ? "" : $"{pm_exp.Name}\r\n",
|
||||
PositionExecutiveSide = pm.PositionExecutiveSideObject is null ? "" : Newtonsoft.Json.JsonConvert.DeserializeObject<List<PositionExecutiveSideObject>>(pm.PositionExecutiveSideObject).GetNameList(),
|
||||
Remark = op.PositionUserNote,
|
||||
OcOrder = oc.OrganizationOrder.Value,
|
||||
PositionType = pt.Name,
|
||||
|
|
@ -418,8 +418,6 @@ namespace BMA.EHR.Report.Service.Services
|
|||
|
||||
}
|
||||
|
||||
|
||||
|
||||
public class OrganizationItem
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue