From 785bdda92f9d2a9fd13cbd81c2ea7bed3bd0f1b3 Mon Sep 17 00:00:00 2001 From: AdisakKanthawilang Date: Tue, 29 Apr 2025 11:00:08 +0700 Subject: [PATCH] fix excecute 37 --- src/controllers/ReportController.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/controllers/ReportController.ts b/src/controllers/ReportController.ts index fda2fee..e1d5a39 100644 --- a/src/controllers/ReportController.ts +++ b/src/controllers/ReportController.ts @@ -8916,6 +8916,8 @@ export class ReportController extends Controller { commandNo: v.commandNo, commandYear: v.commandYear, commandId: v.commandId, + salaryLevel: salary.salaryLevel && salary.salaryLevelNew ? salary.salaryLevelNew : salary.salaryLevel, + group: salary.group && salary.groupNew ? salary.groupNew : salary.group, }) .then(async () => { const before = null;