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,
|
||||
OrderDate = d.CommandAffectDate,
|
||||
OrderByOrganization = d.IssuerOrganizationName,
|
||||
OrderBy = d.AuthorizedUserFullName,
|
||||
OrderBy = d.IssuerOrganizationId,
|
||||
signatoryBy = d.AuthorizedUserFullName,
|
||||
signatoryPosition = d.AuthorizedPosition,
|
||||
OrderStatusValue = d.CommandStatusId,
|
||||
OrderStatusName = d.CommandStatus.Name,
|
||||
OrderTypeValue = d.CommandTypeId,
|
||||
OrderTypeName = d.CommandType.Name
|
||||
|
||||
}).ToList();
|
||||
|
||||
|
||||
return Success(data);
|
||||
}
|
||||
catch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue