diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-12-08 03:24:15 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-12-08 03:24:15 +0000 |
| commit | 198cbcf93b20d3849705dcdbba439326d82b0cae (patch) | |
| tree | c1afb1c9249048f3f20ad3f478aa2c836b8c9f40 /lib/techsales-rfq/repository.ts | |
| parent | 4863ba5d336297dddcc8d6d4b414beceb5559742 (diff) | |
(최겸) 기술영업 rfq 프로젝트 숨기기 기능 추가
Diffstat (limited to 'lib/techsales-rfq/repository.ts')
| -rw-r--r-- | lib/techsales-rfq/repository.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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,
|
