# WARNING: head commit changed in the meantime

Merge branch 'master' of
http://yongjoon.cho@vcs.iten.co.kr:9999/itnAdmin/fairnet log 관리 수정
This commit is contained in:
myname 2025-01-06 11:54:17 +09:00
parent f52ac2ac04
commit 9d79741d87
2 changed files with 3 additions and 2 deletions

View File

@ -354,7 +354,7 @@ public class MainController {
}
// loginLogService.logInsertLoginLog(loginLog);
// loginLogService.logInsertLoginLogNewStep1(loginLog);
loginLogService.logInsertLoginLogNewStep1(loginLog);
// }
// 오늘 접속 / 최종접속

View File

@ -779,7 +779,8 @@
, SYSDATE
FROM LETTNADMINMETHOD
WHERE METHOD_NM = #methodNm#
LIMIT 1
and 1 >= rownum
</update>
<!-- 사용자 접속 로그 등록(매뉴에 없는 페이지 등록용 )-->