diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-06-27 01:16:20 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-06-27 01:16:20 +0000 |
| commit | e9897d416b3e7327bbd4d4aef887eee37751ae82 (patch) | |
| tree | bd20ce6eadf9b21755bd7425492d2d31c7700a0e /lib/b-rfq/service.ts | |
| parent | 3bf1952c1dad9d479bb8b22031b06a7434d37c37 (diff) | |
(대표님) 20250627 오전 10시 작업사항
Diffstat (limited to 'lib/b-rfq/service.ts')
| -rw-r--r-- | lib/b-rfq/service.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/b-rfq/service.ts b/lib/b-rfq/service.ts index 83f0bbb5..8aa79084 100644 --- a/lib/b-rfq/service.ts +++ b/lib/b-rfq/service.ts @@ -40,6 +40,8 @@ export async function getRFQDashboard(input: GetRFQDashboardSchema) { const rfqFilterMapping = createRFQFilterMapping(); const joinedTables = getRFQJoinedTables(); + console.log(input, "견적 인풋") + // 1) 고급 필터 조건 let advancedWhere: SQL<unknown> | undefined = undefined; if (input.filters && input.filters.length > 0) { |
