From 6f8d1bff6702208a20ba11323c80ef72ca4e4b87 Mon Sep 17 00:00:00 2001 From: AdisakKanthawilang Date: Wed, 26 Feb 2025 10:41:54 +0700 Subject: [PATCH] fix command --- src/controllers/ReportController.ts | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/controllers/ReportController.ts b/src/controllers/ReportController.ts index e357d3b..a75a528 100644 --- a/src/controllers/ReportController.ts +++ b/src/controllers/ReportController.ts @@ -1268,11 +1268,15 @@ export class ReportController extends Controller { body: { refIds: { refId: string - commandAffectDate: Date | null - commandNo: string | null + // commandAffectDate: Date | null //เก่า + commandDateAffect: Date | null //ใหม่ปรับตาม RabbitMQ ORG + commandDateSign?: Date | null + commandNo: string | null commandId?: string | null commandYear: number - templateDoc: string | null + commandCode?: string | null; + commandName?: string | null; + templateDoc?: string | null amount: Double | null amountSpecial?: Double | null positionSalaryAmount: Double | null @@ -1280,6 +1284,7 @@ export class ReportController extends Controller { mpCee?: string | null refCommandCode?: string | null refCommandName?: string | null + remark?: string | null }[] } ) {