From 2eb29014733dcd8fe1b9ae6ffe999c552e3aa4aa Mon Sep 17 00:00:00 2001 From: Suh Date: Wed, 17 Jan 2024 15:54:35 +0900 Subject: [PATCH] =?UTF-8?q?planinMapper=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/mappers/PlainInMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/mappers/PlainInMapper.xml b/src/main/resources/mappers/PlainInMapper.xml index 543b18a..9f5847d 100644 --- a/src/main/resources/mappers/PlainInMapper.xml +++ b/src/main/resources/mappers/PlainInMapper.xml @@ -96,6 +96,7 @@ product_id = #{productId} WHERE group_number = #{groupNumber} and product_id = #{oldProductId} + update plan_In SET activation = false WHERE group_number = #{groupNumber}