diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-08-11 09:02:00 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-08-11 09:02:00 +0000 |
| commit | cbb4c7fe0b94459162ad5e998bc05cd293e0ff96 (patch) | |
| tree | 0a26712f7685e4f6511e637b9a81269d90a47c8f /lib/pq/helper.ts | |
| parent | eb654f88214095f71be142b989e620fd28db3f69 (diff) | |
(대표님) 입찰, EDP 변경사항 대응, spreadJS 오류 수정, 벤더실사 수정
Diffstat (limited to 'lib/pq/helper.ts')
| -rw-r--r-- | lib/pq/helper.ts | 2 |
1 files changed, 0 insertions, 2 deletions
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,
|
