fix api PM7-19
This commit is contained in:
parent
f07b4037f6
commit
690e4487df
1 changed files with 3 additions and 4 deletions
|
|
@ -258,15 +258,14 @@ namespace BMA.EHR.Command.Service.Controllers
|
||||||
FiscalYear = d.CommandYear,
|
FiscalYear = d.CommandYear,
|
||||||
OrderDate = d.CommandAffectDate,
|
OrderDate = d.CommandAffectDate,
|
||||||
OrderByOrganization = d.IssuerOrganizationName,
|
OrderByOrganization = d.IssuerOrganizationName,
|
||||||
OrderBy = d.AuthorizedUserFullName,
|
OrderBy = d.IssuerOrganizationId,
|
||||||
|
signatoryBy = d.AuthorizedUserFullName,
|
||||||
|
signatoryPosition = d.AuthorizedPosition,
|
||||||
OrderStatusValue = d.CommandStatusId,
|
OrderStatusValue = d.CommandStatusId,
|
||||||
OrderStatusName = d.CommandStatus.Name,
|
OrderStatusName = d.CommandStatus.Name,
|
||||||
OrderTypeValue = d.CommandTypeId,
|
OrderTypeValue = d.CommandTypeId,
|
||||||
OrderTypeName = d.CommandType.Name
|
OrderTypeName = d.CommandType.Name
|
||||||
|
|
||||||
}).ToList();
|
}).ToList();
|
||||||
|
|
||||||
|
|
||||||
return Success(data);
|
return Success(data);
|
||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue