diff options
Diffstat (limited to 'lib/welding/repository.ts')
| -rw-r--r-- | lib/welding/repository.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/welding/repository.ts b/lib/welding/repository.ts index 1e96867b..e3351358 100644 --- a/lib/welding/repository.ts +++ b/lib/welding/repository.ts @@ -36,6 +36,8 @@ export async function selectOcrRows( // ocrRows의 모든 필드 id: ocrRows.id, tableId: ocrRows.tableId, + fileName: ocrRows.fileName, + inspectionDate: ocrRows.inspectionDate, sessionId: ocrRows.sessionId, rowIndex: ocrRows.rowIndex, reportNo: ocrRows.reportNo, |
