Commit 1df3ae11 by jinxin

企业微信性别字段默认为0

parent d65f3792
...@@ -214,7 +214,7 @@ ...@@ -214,7 +214,7 @@
<if test="nickName != null"> <if test="nickName != null">
nick_name = #{nickName,jdbcType=VARCHAR}, nick_name = #{nickName,jdbcType=VARCHAR},
</if> </if>
<if test="sex != null"> <if test="sex != null and sex !=0 ">
sex = #{sex,jdbcType=INTEGER}, sex = #{sex,jdbcType=INTEGER},
</if> </if>
<if test="postion != null"> <if test="postion != null">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment