추론 수정

This commit is contained in:
2026-02-26 23:41:49 +09:00
parent 8904de0e3d
commit 2bf7c42a3f

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();