Commit 23804876 by jinxin

Merge branch 'developer' into 'master'

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

See merge request !969
parents 507561c3 1df3ae11
......@@ -214,7 +214,7 @@
<if test="nickName != null">
nick_name = #{nickName,jdbcType=VARCHAR},
</if>
<if test="sex != null">
<if test="sex != null and sex !=0 ">
sex = #{sex,jdbcType=INTEGER},
</if>
<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