From 198cbcf93b20d3849705dcdbba439326d82b0cae Mon Sep 17 00:00:00 2001 From: dujinkim Date: Mon, 8 Dec 2025 03:24:15 +0000 Subject: (최겸) 기술영업 rfq 프로젝트 숨기기 기능 추가 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/techsales-rfq/repository.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/techsales-rfq/repository.ts') diff --git a/lib/techsales-rfq/repository.ts b/lib/techsales-rfq/repository.ts index e6138651..61072d3f 100644 --- a/lib/techsales-rfq/repository.ts +++ b/lib/techsales-rfq/repository.ts @@ -94,6 +94,7 @@ export async function selectTechSalesRfqsWithJoin( // 담당자 및 비고 picCode: techSalesRfqs.picCode, + hideProjectInfoForVendors: techSalesRfqs.hideProjectInfoForVendors, remark: techSalesRfqs.remark, cancelReason: techSalesRfqs.cancelReason, description: techSalesRfqs.description, -- cgit v1.2.3