From 340f47166485267e28ea47be10096e83c83c6de5 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Thu, 20 Nov 2025 03:09:53 +0000 Subject: (임수민) TBE 평가결과 컬럼 수정 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/tbe-last/service.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/tbe-last/service.ts') diff --git a/lib/tbe-last/service.ts b/lib/tbe-last/service.ts index 3b70ef52..5871a20e 100644 --- a/lib/tbe-last/service.ts +++ b/lib/tbe-last/service.ts @@ -351,6 +351,8 @@ export async function updateTbeEvaluation( // 캐시 초기화 revalidateTag(`tbe-session-${tbeSessionId}`) revalidateTag(`tbe-sessions`) + revalidateTag("tbe-last-sessions") + revalidatePath("/evcp/tbe-last") // RFQ 관련 캐시도 초기화 if (currentTbeSession.rfqsLastId) { -- cgit v1.2.3