|
|
@@ -226,8 +226,10 @@
|
|
|
<if test="encodedBirthYmd != null and encodedBirthYmd != ''">
|
|
|
, BIRTH_YMD = #{encodedBirthYmd}
|
|
|
</if>
|
|
|
- <if test="encodedEmail != null and encodedEmail != ''">
|
|
|
+ <if test='emailModifyYn == "Y"'>
|
|
|
+ <if test="encodedEmail != null and encodedEmail != ''">
|
|
|
, EMAIL = #{encodedEmail}
|
|
|
+ </if>
|
|
|
</if>
|
|
|
<if test="managedRsn != null and managedRsn != ''">
|
|
|
, MANAGED_DT = CASE WHEN MANAGED_RSN = #{managedRsn}
|