From be9b62d05e4577e9ed6abefcc27c9fd5db53b3d4 Mon Sep 17 00:00:00 2001 From: sdw086 Date: Thu, 5 Mar 2026 14:06:44 +0900 Subject: [PATCH] =?UTF-8?q?[tus]=20=ED=8C=8C=EC=9D=BC=EC=97=85=EB=A1=9C?= =?UTF-8?q?=EB=93=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/common/file/FileMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/common/file/FileMapper.xml b/src/main/resources/mapper/common/file/FileMapper.xml index 171c8a6..71f901c 100644 --- a/src/main/resources/mapper/common/file/FileMapper.xml +++ b/src/main/resources/mapper/common/file/FileMapper.xml @@ -15,7 +15,7 @@ /*FileMapper.selectFileMasterCountByFileMasterKeyAndDelYnAndStatus*/ SELECT COUNT(*) FROM ALISTLMS.FILE_MASTER LFM - INNER JOIN ALISTLMS.TEST_USER_TOKEN LTUT ON LTUT.USER_IDX = LFM.USER_IDX + INNER JOIN ALISTLMS.test_user_token LTUT ON LTUT.user_idx = LFM.USER_IDX WHERE LFM.DEL_YN = 'N' AND LFM.FILE_MASTER_KEY = #{fileMasterKey} AND LFM.STATUS = 1