보안로그인 > 로그인 로그 3개월 전만 조회
This commit is contained in:
parent
cbb66335e0
commit
aeccdf7434
@ -94,6 +94,7 @@
|
|||||||
from lettngnrlmber_cert_login_log_ip
|
from lettngnrlmber_cert_login_log_ip
|
||||||
where LOGIN_ID = #mberId#
|
where LOGIN_ID = #mberId#
|
||||||
and LOGIN_IP = #certIp#
|
and LOGIN_IP = #certIp#
|
||||||
|
and LOGIN_DT > date_add(now(), interval -92 day)
|
||||||
union all
|
union all
|
||||||
select
|
select
|
||||||
CERT_IP as certIp
|
CERT_IP as certIp
|
||||||
|
|||||||
@ -28,6 +28,7 @@
|
|||||||
FROM LETTNGNRLMBER_CERT_LOGIN_LOG_IP
|
FROM LETTNGNRLMBER_CERT_LOGIN_LOG_IP
|
||||||
WHERE 1=1
|
WHERE 1=1
|
||||||
and LOGIN_ID = #loginId#
|
and LOGIN_ID = #loginId#
|
||||||
|
and LOGIN_DT > date_add(now(), interval -92 day)
|
||||||
ORDER BY 1=1
|
ORDER BY 1=1
|
||||||
<isNotEmpty property="searchSortCnd">
|
<isNotEmpty property="searchSortCnd">
|
||||||
,$searchSortCnd$
|
,$searchSortCnd$
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user