From 36cc65add9dd21bf6555d3524bc8d9b42e6f5d60 Mon Sep 17 00:00:00 2001 From: shindw Date: Thu, 26 Feb 2026 11:52:56 +0900 Subject: [PATCH] =?UTF-8?q?[api]=20swagger=20=EC=85=8B=ED=8C=85=EC=A4=91?= =?UTF-8?q?=20-=20=EC=BA=90=EC=8B=B1=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/alist/api/modules/auth/mapper/TestCorsMapper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/alist/api/modules/auth/mapper/TestCorsMapper.java b/src/main/java/com/alist/api/modules/auth/mapper/TestCorsMapper.java index 783047c..d701037 100644 --- a/src/main/java/com/alist/api/modules/auth/mapper/TestCorsMapper.java +++ b/src/main/java/com/alist/api/modules/auth/mapper/TestCorsMapper.java @@ -7,6 +7,6 @@ import java.util.List; @Mapper public interface TestCorsMapper { - @Cacheable(value = "corsAllowedOrigins", key = "#userTokenIdx") + @Cacheable(value = "corsAllowedOrigins", key = "#userTokenIdx ?: 0") List selectTestCorsAllowedList(Integer userTokenIdx); }