|
@@ -48,7 +48,7 @@
|
|
<if test="param.gender != null">
|
|
<if test="param.gender != null">
|
|
gender_ = #{param.gender},
|
|
gender_ = #{param.gender},
|
|
</if>
|
|
</if>
|
|
- <if test="param.birthdate != null and param.birthdate != ''">
|
|
|
|
|
|
+ <if test="param.birthdate != null">
|
|
birthdate_ = #{param.birthdate},
|
|
birthdate_ = #{param.birthdate},
|
|
</if>
|
|
</if>
|
|
</set>
|
|
</set>
|