설정 및 파일 위치 변경

This commit is contained in:
kimre
2022-05-30 15:52:40 +09:00
parent 5077696e46
commit acbd7d1352
14 changed files with 172 additions and 237 deletions

View File

@@ -14,8 +14,6 @@
, T1.HP_NO
, T1.AUT_CD
, T1.AUTHCHR_FAIL_CNT
, T1.RFRSH_TKN
, T1.RFRSH_TKN_DT
, T1.LAST_LOGIN_DT
, T1.LOGIN_FAIL_CNT
, T1.PWD_CHG_DT
@@ -196,12 +194,6 @@
<if test="authchrFailCnt != null and authchrFailCnt != ''">
, AUTHCHR_FAIL_CNT = #{authchrFailCnt}
</if>
<if test="rFrshTkn != null and rFrshTkn != ''">
, RFRSH_TKN = #{rFrshTkn}
</if>
<if test="refreshTokenExpiration != null and refreshTokenExpiration != ''">
, RFRSH_TKN_DT = DATE_ADD(NOW(), INTERVAL #{refreshTokenExpiration} SECOND)
</if>
<if test="lastLoginDt != null and lastLoginDt != ''">
, LAST_LOGIN_DT = NOW()
</if>