summaryrefslogtreecommitdiff
path: root/app/api/(S-ERP)/(ECC)/IF_ECC_EVCP_PR_INFORMATION/route.ts
diff options
context:
space:
mode:
Diffstat (limited to 'app/api/(S-ERP)/(ECC)/IF_ECC_EVCP_PR_INFORMATION/route.ts')
-rw-r--r--app/api/(S-ERP)/(ECC)/IF_ECC_EVCP_PR_INFORMATION/route.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/api/(S-ERP)/(ECC)/IF_ECC_EVCP_PR_INFORMATION/route.ts b/app/api/(S-ERP)/(ECC)/IF_ECC_EVCP_PR_INFORMATION/route.ts
index 6eddf757..7290db0f 100644
--- a/app/api/(S-ERP)/(ECC)/IF_ECC_EVCP_PR_INFORMATION/route.ts
+++ b/app/api/(S-ERP)/(ECC)/IF_ECC_EVCP_PR_INFORMATION/route.ts
@@ -111,8 +111,8 @@ export async function POST(request: NextRequest) {
}
}
- // AN (RFQ) 데이터 처리 - procurementRfqs 테이블
- let rfqMappingResult = null;
+ // AN (RFQ) 데이터 처리 - rfqsLast 테이블
+ let rfqMappingResult: { success: boolean; message: string; processedCount: number } | null = null;
if (anHeaders.length > 0) {
rfqMappingResult = await mapAndSaveECCRfqData(anHeaders, anItems);
if (!rfqMappingResult.success) {