Compare commits
No commits in common. "4d41cb40b6e3ba891664eb71c3d27022b4e5670e" and "f493f8ac8009404521964d80c69811ac9a7663be" have entirely different histories.
4d41cb40b6
...
f493f8ac80
|
|
@ -2711,12 +2711,6 @@ export class TableManagementService {
|
|||
filterColumn?: string;
|
||||
filterValue?: any;
|
||||
}; // 🆕 제외 필터 (다른 테이블에 이미 존재하는 데이터 제외)
|
||||
deduplication?: {
|
||||
enabled: boolean;
|
||||
groupByColumn: string;
|
||||
keepStrategy: "latest" | "earliest" | "base_price" | "current_date";
|
||||
sortColumn?: string;
|
||||
}; // 🆕 중복 제거 설정
|
||||
}
|
||||
): Promise<EntityJoinResponse> {
|
||||
const startTime = Date.now();
|
||||
|
|
|
|||
Loading…
Reference in New Issue