Commit 976319e5 by 徐高华

更新代开发的id

parent f6236cdc
...@@ -183,6 +183,9 @@ ...@@ -183,6 +183,9 @@
<if test="externalUserId != null"> <if test="externalUserId != null">
external_user_id = #{externalUserId,jdbcType=VARCHAR}, external_user_id = #{externalUserId,jdbcType=VARCHAR},
</if> </if>
<if test="selfExternalUserid != null">
self_external_userid = #{selfExternalUserid} ,
</if>
<if test="addCreateTime != null"> <if test="addCreateTime != null">
add_create_time = #{addCreateTime,jdbcType=VARCHAR}, add_create_time = #{addCreateTime,jdbcType=VARCHAR},
</if> </if>
......
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