From 459873f983cf1468f778109df4c7953c5d40743d Mon Sep 17 00:00:00 2001 From: dujinkim Date: Mon, 4 Aug 2025 09:40:21 +0000 Subject: (최겸) 기술영업 요구사항 반영 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/techsales-rfq/repository.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/techsales-rfq/repository.ts') diff --git a/lib/techsales-rfq/repository.ts b/lib/techsales-rfq/repository.ts index abf831c1..e41982b9 100644 --- a/lib/techsales-rfq/repository.ts +++ b/lib/techsales-rfq/repository.ts @@ -262,7 +262,8 @@ export async function selectTechSalesVendorQuotationsWithJoin( remark: techSalesVendorQuotations.remark, quotationVersion: techSalesVendorQuotations.quotationVersion, rejectionReason: techSalesVendorQuotations.rejectionReason, - + vendorFlags: techSalesVendorQuotations.vendorFlags, + // 날짜 정보 submittedAt: techSalesVendorQuotations.submittedAt, acceptedAt: techSalesVendorQuotations.acceptedAt, -- cgit v1.2.3