배치관리시스템 (DB, RestAPI)
This commit is contained in:
@@ -170,6 +170,8 @@ export class BatchManagementService {
|
||||
ORDER BY ordinal_position
|
||||
`;
|
||||
|
||||
console.log(`[BatchManagementService] 쿼리 결과:`, result);
|
||||
|
||||
console.log(`[BatchManagementService] 내부 DB 컬럼 조회 결과:`, result);
|
||||
|
||||
columns = result.map(row => ({
|
||||
|
||||
Reference in New Issue
Block a user