แก้ชื่อฟิวสละสิทธ
This commit is contained in:
parent
9eee46f316
commit
de837e1215
1 changed files with 4 additions and 4 deletions
|
|
@ -113,7 +113,7 @@ namespace BMA.EHR.Placement.Service.Controllers
|
||||||
BmaOfficer = x.IsOfficer,
|
BmaOfficer = x.IsOfficer,
|
||||||
StatusId = x.PlacementStatus,
|
StatusId = x.PlacementStatus,
|
||||||
Number = x.Number,
|
Number = x.Number,
|
||||||
Disclaim = x.IsRelief,
|
Deferment = x.IsRelief,
|
||||||
}).ToListAsync();
|
}).ToListAsync();
|
||||||
|
|
||||||
var result = new List<dynamic>();
|
var result = new List<dynamic>();
|
||||||
|
|
@ -133,7 +133,7 @@ namespace BMA.EHR.Placement.Service.Controllers
|
||||||
BmaOfficer = await _documentService.CheckBmaOfficer(p.IdCard),
|
BmaOfficer = await _documentService.CheckBmaOfficer(p.IdCard),
|
||||||
p.StatusId,
|
p.StatusId,
|
||||||
p.Number,
|
p.Number,
|
||||||
p.Disclaim,
|
p.Deferment,
|
||||||
};
|
};
|
||||||
result.Add(_data);
|
result.Add(_data);
|
||||||
}
|
}
|
||||||
|
|
@ -165,7 +165,7 @@ namespace BMA.EHR.Placement.Service.Controllers
|
||||||
BmaOfficer = x.IsOfficer,
|
BmaOfficer = x.IsOfficer,
|
||||||
StatusId = x.PlacementStatus,
|
StatusId = x.PlacementStatus,
|
||||||
Number = x.Number,
|
Number = x.Number,
|
||||||
Disclaim = x.IsRelief,
|
Deferment = x.IsRelief,
|
||||||
}).ToListAsync();
|
}).ToListAsync();
|
||||||
|
|
||||||
var result = new List<dynamic>();
|
var result = new List<dynamic>();
|
||||||
|
|
@ -185,7 +185,7 @@ namespace BMA.EHR.Placement.Service.Controllers
|
||||||
BmaOfficer = await _documentService.CheckBmaOfficer(p.IdCard),
|
BmaOfficer = await _documentService.CheckBmaOfficer(p.IdCard),
|
||||||
p.StatusId,
|
p.StatusId,
|
||||||
p.Number,
|
p.Number,
|
||||||
p.Disclaim,
|
p.Deferment,
|
||||||
};
|
};
|
||||||
result.Add(_data);
|
result.Add(_data);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue