[api] SsoController.java, AuthController.java 컨벤션 맞춰 변경

This commit is contained in:
2026-05-22 11:55:48 +09:00
parent 3a4f4679c0
commit 7b10ef0db8
23 changed files with 508 additions and 293 deletions
@@ -67,7 +67,7 @@
/*LoginMapper.updateLoginByLastAt*/
update ALISTLMS.test_user
set last_login_at = now()
, update_at = now()
, update_at = now()
where user_idx = #{userIdx}
</update>
</mapper>