diff --git a/src/controllers/CommandController.ts b/src/controllers/CommandController.ts index 58348b38..d2000671 100644 --- a/src/controllers/CommandController.ts +++ b/src/controllers/CommandController.ts @@ -2140,6 +2140,7 @@ export class CommandController extends Controller { const data = new ProfileSalary(); const meta = { profileId: profile.id, + commandId: item.commandId, date: item.date, refCommandNo: item.refCommandNo, templateDoc: item.salaryRef,