diff options
| author | joonhoekim <26rote@gmail.com> | 2025-12-01 19:13:02 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-12-01 19:13:02 +0900 |
| commit | 3a76ebfa18df15096ac21d10bf46f85b4d1e45e2 (patch) | |
| tree | 6a46d6e03850cc1350d4cea1bc4fba8708398871 /lib/forms-plant/stat.ts | |
| parent | 7b19153fb26443a28265166176c449d97ba67dfc (diff) | |
(대표님) VDI 작업사항 반영
Diffstat (limited to 'lib/forms-plant/stat.ts')
| -rw-r--r-- | lib/forms-plant/stat.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/forms-plant/stat.ts b/lib/forms-plant/stat.ts index f734e782..ed497211 100644 --- a/lib/forms-plant/stat.ts +++ b/lib/forms-plant/stat.ts @@ -371,7 +371,7 @@ export async function getFormStatusByVendor(projectId: number, projectCode: stri return vendorStatusList } catch (error) { - console.error('Error getting vendor form status:', error) + console.log('Error getting vendor form status:', error) throw new Error('벤더별 Form 입력 현황 조회 중 오류가 발생했습니다.') } }
\ No newline at end of file |
