박민혁 박민혁 07-26
240726 박민혁 인증 시 변경
@9f419f4290775d375135912849189306ff24b447
src/main/resources/mybatis/mapper/auth/auth-SQL.xml
--- src/main/resources/mybatis/mapper/auth/auth-SQL.xml
+++ src/main/resources/mybatis/mapper/auth/auth-SQL.xml
@@ -66,7 +66,6 @@
                          , use_at
                          , reg
                          , regist_dt
-                        , ednst_id
                   )VALUES( #{usid}
                          , #{loginId}
                          , #{password}
@@ -76,7 +75,6 @@
                          , 'Y'
                          , #{reg}
                          , now()
-                        , '1'
         );
     </insert>
     <!--
Add a comment
List