|
|
@ -99,8 +99,8 @@ |
|
|
|
<if test ='null != idNum and "" != idNum'>id_num = #{idNum},</if> |
|
|
|
<if test ='null != gender and "" != gender'>gender = #{gender},</if> |
|
|
|
<if test ='null != street and "" != street'>street = #{street},</if> |
|
|
|
<if test ='null != district and "" != district'>district = #{district},</if> |
|
|
|
<if test ='null != buildingAddress and "" != buildingAddress'>building_address = #{buildingAddress},</if> |
|
|
|
<if test ='null != district'>district = #{district},</if> |
|
|
|
<if test ='null != buildingAddress'>building_address = #{buildingAddress},</if> |
|
|
|
<if test ='null != nickname and "" != nickname'>nickname = #{nickname},</if> |
|
|
|
<if test ='null != headImgUrl and "" != headImgUrl'>head_img_url = #{headImgUrl},</if> |
|
|
|
<if test ='null != delFlag and "" != delFlag'>del_flag = #{delFlag},</if> |
|
|
|