From cbb4c7fe0b94459162ad5e998bc05cd293e0ff96 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Mon, 11 Aug 2025 09:02:00 +0000 Subject: (대표님) 입찰, EDP 변경사항 대응, spreadJS 오류 수정, 벤더실사 수정 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pq/helper.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/pq/helper.ts') diff --git a/lib/pq/helper.ts b/lib/pq/helper.ts index efd50714..81ee5db2 100644 --- a/lib/pq/helper.ts +++ b/lib/pq/helper.ts @@ -38,7 +38,6 @@ export function createPQFilterMapping(): CustomColumnMapping { // 실사 관련 evaluationResult: { table: vendorInvestigations, column: "evaluationResult" }, - evaluationType: { table: vendorInvestigations, column: "evaluationType" }, investigationStatus: { table: vendorInvestigations, column: "investigationStatus" }, investigationAddress: { table: vendorInvestigations, column: "investigationAddress" }, qmManagerId: { table: vendorInvestigations, column: "qmManagerId" }, @@ -88,7 +87,6 @@ export function createPQDirectColumnMapping(): CustomColumnMapping { // 실사 관련 evaluationResult: vendorInvestigations.evaluationResult, - evaluationType: vendorInvestigations.evaluationType, investigationStatus: vendorInvestigations.investigationStatus, investigationAddress: vendorInvestigations.investigationAddress, qmManagerId: vendorInvestigations.qmManagerId, -- cgit v1.2.3