Authored by ping

update

... ... @@ -26,7 +26,7 @@
<update id="updateBaseInfo" parameterType="com.yoho.unions.dal.model.UserBase">
update user_base
set nickname = #{nickname,jdbcType=VARCHAR}, gender = #{gender,jdbcType=CHAR}, birthday=#{birthday}
set gender = #{gender,jdbcType=CHAR}, birthday=#{birthday}
where uid = #{uid,jdbcType=INTEGER}
</update>
</mapper>
\ No newline at end of file
... ...