diff options
| author | joonhoekim <26rote@gmail.com> | 2025-12-01 19:54:27 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-12-01 19:54:27 +0900 |
| commit | 4b5880064e2362baf85c91f33b2b44baecea3a7f (patch) | |
| tree | 24b48163ecbf205023fcd565b0476a30e3079a9f /lib/forms-plant/stat.ts | |
| parent | 44b74ff4170090673b6eeacd8c528e0abf47b7aa (diff) | |
| parent | cd0ce0cbe8af8719a6f542098ec78f2a5c1222ce (diff) | |
Merge branch 'dujinkim' of https://github.com/DTS-Development/SHI_EVCP into dujinkim
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 |
