no message
This commit is contained in:
parent
248d400666
commit
6f3d6f9d72
12 changed files with 19409 additions and 75 deletions
|
|
@ -605,7 +605,7 @@ namespace BMA.EHR.Placement.Service.Controllers
|
|||
var _res = await client.PostAsJsonAsync(apiUrlOrg, new
|
||||
{
|
||||
refId = placementTransfer.Id,
|
||||
sysName = "PLACEMENT_TRANSFER",
|
||||
sysName = "SYS_TRANSFER_REQ",
|
||||
posLevelName = placementTransfer.posLevelNameOld,
|
||||
posTypeName = placementTransfer.posTypeNameOld,
|
||||
});
|
||||
|
|
@ -873,7 +873,8 @@ namespace BMA.EHR.Placement.Service.Controllers
|
|||
{
|
||||
result.Add(r);
|
||||
string? _null = null;
|
||||
result.Add(new {
|
||||
result.Add(new
|
||||
{
|
||||
No = _null,
|
||||
FullName = r.RemarkHorizontal,
|
||||
OldOc = _null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue