summaryrefslogtreecommitdiff
path: root/lib/techsales-rfq/repository.ts
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-08-04 09:40:21 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-08-04 09:40:21 +0000
commit459873f983cf1468f778109df4c7953c5d40743d (patch)
tree63393cf8fa24a4c76219a250893eb2cbcf0aabb7 /lib/techsales-rfq/repository.ts
parent53ad72732f781e6c6d5ddb3776ea47aec010af8e (diff)
(최겸) 기술영업 요구사항 반영
Diffstat (limited to 'lib/techsales-rfq/repository.ts')
-rw-r--r--lib/techsales-rfq/repository.ts3
1 files changed, 2 insertions, 1 deletions
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,