Merge branch 'develop'

This commit is contained in:
DESKTOP-2S5P7D1\Windows 10 2025-02-26 18:23:46 +07:00
commit 24730a33b2

View file

@ -1268,11 +1268,15 @@ export class ReportController extends Controller {
body: { body: {
refIds: { refIds: {
refId: string refId: string
commandAffectDate: Date | null // commandAffectDate: Date | null //เก่า
commandNo: string | null commandDateAffect: Date | null //ใหม่ปรับตาม RabbitMQ ORG
commandDateSign?: Date | null
commandNo: string | null
commandId?: string | null commandId?: string | null
commandYear: number commandYear: number
templateDoc: string | null commandCode?: string | null;
commandName?: string | null;
templateDoc?: string | null
amount: Double | null amount: Double | null
amountSpecial?: Double | null amountSpecial?: Double | null
positionSalaryAmount: Double | null positionSalaryAmount: Double | null
@ -1280,6 +1284,7 @@ export class ReportController extends Controller {
mpCee?: string | null mpCee?: string | null
refCommandCode?: string | null refCommandCode?: string | null
refCommandName?: string | null refCommandName?: string | null
remark?: string | null
}[] }[]
} }
) { ) {