--- src/main/resources/egovframework/sqlmap/let/cert/MjonCertIp_SQL_mysql.xml
+++ src/main/resources/egovframework/sqlmap/let/cert/MjonCertIp_SQL_mysql.xml
... | ... | @@ -94,6 +94,7 @@ |
| 94 | 94 |
from lettngnrlmber_cert_login_log_ip |
| 95 | 95 |
where LOGIN_ID = #mberId# |
| 96 | 96 |
and LOGIN_IP = #certIp# |
| 97 |
+ and LOGIN_DT > date_add(now(), interval -92 day) |
|
| 97 | 98 |
union all |
| 98 | 99 |
select |
| 99 | 100 |
CERT_IP as certIp |
--- src/main/resources/egovframework/sqlmap/let/cert/MjonCertLoginLog_SQL_mysql.xml
+++ src/main/resources/egovframework/sqlmap/let/cert/MjonCertLoginLog_SQL_mysql.xml
... | ... | @@ -28,6 +28,7 @@ |
| 28 | 28 |
FROM LETTNGNRLMBER_CERT_LOGIN_LOG_IP |
| 29 | 29 |
WHERE 1=1 |
| 30 | 30 |
and LOGIN_ID = #loginId# |
| 31 |
+ and LOGIN_DT > date_add(now(), interval -92 day) |
|
| 31 | 32 |
ORDER BY 1=1 |
| 32 | 33 |
<isNotEmpty property="searchSortCnd"> |
| 33 | 34 |
,$searchSortCnd$ |
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?