추론 수정 #109

Merged
teddy merged 1 commits from feat/infer_dev_260211 into develop 2026-02-26 23:42:09 +09:00

View File

@@ -261,6 +261,8 @@ public class InferenceResultService {
throw new CustomApiException("NOT_FOUND_COMPARE_YEAR", HttpStatus.NOT_FOUND);
}
log.info("Difference in count = {}", targetMngList.size() - compareMngList.size());
// 로그용 원본 카운트 (fallback 추가 전)
int targetTotal = targetMngList.size();
int compareTotalBeforeFallback = compareMngList.size();