From f800768969c5a18e8d4aeba655eb74f24908c352 Mon Sep 17 00:00:00 2001 From: ysCha Date: Fri, 30 Jan 2026 10:42:00 +0900 Subject: [PATCH] =?UTF-8?q?updatePlanConfirmSync=20=EC=BF=BC=EB=A6=AC?= =?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/estimate/estimateMapper.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mappers/estimate/estimateMapper.xml b/src/main/resources/mappers/estimate/estimateMapper.xml index a70238e1..18c0995e 100644 --- a/src/main/resources/mappers/estimate/estimateMapper.xml +++ b/src/main/resources/mappers/estimate/estimateMapper.xml @@ -1438,10 +1438,14 @@ /* sqlid : com.interplug.qcast.biz.estimate.updatePlanConfirmSync */ UPDATE T_PLAN + SET LAST_EDIT_DATETIME = GETDATE() + , LAST_EDIT_USER = 'system' + WHERE OBJECT_NO = #{objectNo} + AND PLAN_NO = #{planNo}; + + UPDATE T_PLAN_INFO SET ORDER_FLG = '1' - , LAST_EDIT_DATETIME = GETDATE() - , LAST_EDIT_USER = 'system' WHERE OBJECT_NO = #{objectNo} AND PLAN_NO = #{planNo}