mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 05:12:34 +09:00
비밀번호변경 수정
This commit is contained in:
@@ -85,6 +85,7 @@
|
||||
END AS PW_CHANGE_CHECK
|
||||
, T1.AUT_CD
|
||||
, T1.TMP_PWD_YN
|
||||
, T1.PWD_OLD
|
||||
FROM
|
||||
hubez_admin.EZ_ADM_USER T1
|
||||
LEFT JOIN hubez_imdb.EZ_IM_USER T2 ON T1.OPRTR_ID = T2.LOGIN_ID
|
||||
@@ -231,6 +232,9 @@
|
||||
<if test="pwdChgDt != null and pwdChgDt != ''">
|
||||
, PWD_CHG_DT = NOW()
|
||||
</if>
|
||||
<if test="pwdOld != null and pwdOld != ''">
|
||||
, PWD_OLD = #{pwdOld}
|
||||
</if>
|
||||
WHERE
|
||||
OPRTR_ID = #{oprtrId}
|
||||
</update>
|
||||
|
||||
Reference in New Issue
Block a user