fix excecute 37

This commit is contained in:
AdisakKanthawilang 2025-04-29 11:00:08 +07:00
parent 31c9a73e55
commit 785bdda92f

View file

@ -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;