From 9f04d01e686a6b20718ff0bd294d367a7f374af6 Mon Sep 17 00:00:00 2001 From: "DESKTOP-6ARNG1Q\\dlsgk" Date: Tue, 4 Mar 2025 15:27:29 +0900 Subject: [PATCH] =?UTF-8?q?FILE=20PLAN=5FNO=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mappers/file/fileMapper.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/main/resources/mappers/file/fileMapper.xml b/src/main/resources/mappers/file/fileMapper.xml index 48b8a87a..958983b2 100644 --- a/src/main/resources/mappers/file/fileMapper.xml +++ b/src/main/resources/mappers/file/fileMapper.xml @@ -18,7 +18,7 @@ AND U.CATEGORY = UI.CATEGORY WHERE U.OBJECT_NO = #{objectNo} - AND U.PLAN_NO = #{planNo} + AND UI.PLAN_NO = #{planNo} AND UI.PLAN_NO IS NULL @@ -55,7 +55,7 @@ AND UI.PLAN_NO = #{planNo} - AND U.PLAN_NO IS NULL + AND UI.PLAN_NO IS NULL AND U.NO = #{no} @@ -83,7 +83,6 @@ , DEL_FLG , LAST_EDIT_DATETIME , LAST_EDIT_USER - , PLAN_NO ) VALUES ( #{objectNo} , #{no} @@ -94,7 +93,6 @@ , 0 , GETDATE() , #{userId} - , #{planNo} )