From 31d7902b8864a9ba23e946a1c3ba8ecc2917f1d9 Mon Sep 17 00:00:00 2001 From: Adisak Date: Thu, 30 Oct 2025 18:07:51 +0700 Subject: [PATCH] fix --- src/controllers/ReportController.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/controllers/ReportController.ts b/src/controllers/ReportController.ts index 5852fca9..fdfb04d6 100644 --- a/src/controllers/ReportController.ts +++ b/src/controllers/ReportController.ts @@ -11222,10 +11222,10 @@ export class ReportController extends Controller { if (x.type !== tmpType && tmpType != "") { _total = total - x.total; _reslut.push({ - type: "", + type: "รวม", typeRank: "", typeShortNameAndRank: "", - level: "รวม", + level: "", levelRank: "", total: _total, remark: "", @@ -11241,21 +11241,21 @@ export class ReportController extends Controller { }); _reslut.push({ - type: "", + type: "รวม", typeRank: "", typeShortNameAndRank: "", - level: "รวม", + level: "", levelRank: "", - total: "รวม" + " " + total, + total: total, remark: "", }); _reslut.push({ - type: "", + type: "รวมทั้งสิ้น", typeRank: "", typeShortNameAndRank: "", - level: "รวมทั้งสิ้น", + level: "", levelRank: "", - total: "รวมทั้งสิ้น" + " " + allTotal, + total: allTotal, remark: "", });