fix noti user placement

This commit is contained in:
Kittapath 2023-09-08 11:05:23 +07:00
parent 7f53cf96c4
commit a886825bb1
3 changed files with 23 additions and 5 deletions

View file

@ -732,6 +732,7 @@ namespace BMA.EHR.Application.Repositories.Reports
Age = r.Date == null ? "-" : r.Date.Value.CalculateBetweenDateV2(DateTime.Now).ToThaiNumber(),
Amount = r.Amount == null ? null : r.Amount.Value.ToNumericText().ToThaiNumber(),
Date = r.Date,
Remark = "",
})
.Distinct()
.OrderBy(x => x.Date)