Merge: 충돌 해결 - CustomMetricWidget 실제 코드 유지

This commit is contained in:
leeheejin
2025-10-28 19:00:24 +09:00
12 changed files with 589 additions and 84 deletions
+4 -1
View File
@@ -449,7 +449,10 @@ export class BatchService {
// 기존 배치 설정 확인 (회사 권한 체크 포함)
const existing = await this.getBatchConfigById(id, userCompanyCode);
if (!existing.success) {
return existing as ApiResponse<void>;
return {
success: false,
message: existing.message,
};
}
const existingConfig = await queryOne<any>(