--- src/main/resources/mybatis/mapper/auth/auth-SQL.xml
+++ src/main/resources/mybatis/mapper/auth/auth-SQL.xml
... | ... | @@ -66,7 +66,6 @@ |
66 | 66 |
, use_at |
67 | 67 |
, reg |
68 | 68 |
, regist_dt |
69 |
- , ednst_id |
|
70 | 69 |
)VALUES( #{usid} |
71 | 70 |
, #{loginId} |
72 | 71 |
, #{password} |
... | ... | @@ -76,7 +75,6 @@ |
76 | 75 |
, 'Y' |
77 | 76 |
, #{reg} |
78 | 77 |
, now() |
79 |
- , '1' |
|
80 | 78 |
); |
81 | 79 |
</insert> |
82 | 80 |
<!-- |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?