|
|
@@ -226,7 +226,7 @@
|
|
|
, HOME_DTL_ADDR = #{encodedHomeDtlAddr}
|
|
|
</if>
|
|
|
<if test="encodedBirthYmd != null and encodedBirthYmd != ''">
|
|
|
- , BIRTH_YMD = REPLACE(#{encodedBirthYmd}, '-', '')
|
|
|
+ , BIRTH_YMD = #{encodedBirthYmd}
|
|
|
</if>
|
|
|
<if test="encodedEmail != null and encodedEmail != ''">
|
|
|
, EMAIL = #{encodedEmail}
|