fix หมายเหตุแนวนอน
This commit is contained in:
parent
39acbb7f95
commit
a521eb345d
9 changed files with 399 additions and 358 deletions
|
|
@ -1039,13 +1039,15 @@ namespace BMA.EHR.DisciplineResult.Service.Controllers
|
|||
{
|
||||
result.Add(r);
|
||||
string? _null = null;
|
||||
result.Add(new {
|
||||
fullName = _null,
|
||||
positionname = r.RemarkHorizontal,
|
||||
positionno = _null,
|
||||
organizationname = _null,
|
||||
salary = _null,
|
||||
});
|
||||
if (r.RemarkHorizontal != null && r.RemarkHorizontal != "") {
|
||||
result.Add(new {
|
||||
fullName = _null,
|
||||
positionname = r.RemarkHorizontal,
|
||||
positionno = _null,
|
||||
organizationname = _null,
|
||||
salary = _null,
|
||||
});
|
||||
}
|
||||
}
|
||||
return Success(result);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue