From e01fa6a8e08bb2ed0164e771e68f27d8f21e828b Mon Sep 17 00:00:00 2001 From: rjy1537 Date: Tue, 13 Jan 2026 17:34:12 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=84=EB=B0=80=EB=B2=88=ED=98=B8=2010?= =?UTF-8?q?=EC=9E=90=EB=A6=AC=EB=A1=9C=20=EC=9E=90=EB=A6=BF=EC=88=98=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mappers/user/userMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mappers/user/userMapper.xml b/src/main/resources/mappers/user/userMapper.xml index 13241e78..3b81b23e 100644 --- a/src/main/resources/mappers/user/userMapper.xml +++ b/src/main/resources/mappers/user/userMapper.xml @@ -234,7 +234,7 @@ ) VALUES ( #{userId} , #{saleStoreId} - , SUBSTRING(#{userId},0,31) + , SUBSTRING(#{userId},1,10) , #{category} , #{name} , #{nameKana}