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}