This commit is contained in:
AdisakKanthawilang 2025-07-31 13:24:08 +07:00
parent ce8736b083
commit 7016df503a
2 changed files with 13 additions and 7 deletions

View file

@ -731,7 +731,7 @@ namespace BMA.EHR.Insignia.Service.Controllers
sum = (pending + done).ToString().ToThaiNumber(),
});
pendingSum = pendingSum + pending;
doneSum = pendingSum + done;
doneSum = doneSum + done;
pending = 0;
done = 0;
row = 1;
@ -763,7 +763,7 @@ namespace BMA.EHR.Insignia.Service.Controllers
sum = (pending + done).ToString().ToThaiNumber(),
});
pendingSum = pendingSum + pending;
doneSum = pendingSum + done;
doneSum = doneSum + done;
detailList.Add(new
{
row = "",