Merge pull request '추론 수정' (#109) from feat/infer_dev_260211 into develop

Reviewed-on: #109
This commit was merged in pull request #109.
This commit is contained in:
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();