fix command

This commit is contained in:
AdisakKanthawilang 2025-02-26 10:41:54 +07:00
parent e3d0ed2082
commit 6f8d1bff67

View file

@ -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
}[]
}
) {