diff options
Diffstat (limited to 'lib/techsales-rfq/repository.ts')
| -rw-r--r-- | lib/techsales-rfq/repository.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/techsales-rfq/repository.ts b/lib/techsales-rfq/repository.ts index e41982b9..e6138651 100644 --- a/lib/techsales-rfq/repository.ts +++ b/lib/techsales-rfq/repository.ts @@ -558,7 +558,8 @@ export async function selectSingleTechSalesVendorQuotationWithJoin( status: techSalesVendorQuotations.status,
remark: techSalesVendorQuotations.remark,
rejectionReason: techSalesVendorQuotations.rejectionReason,
-
+ vendorFlags: techSalesVendorQuotations.vendorFlags, // 벤더 구분자 정보 추가
+
// 날짜 정보
submittedAt: techSalesVendorQuotations.submittedAt,
acceptedAt: techSalesVendorQuotations.acceptedAt,
|
