|
|
@@ -475,16 +475,16 @@
|
|
|
update jpush_easemob_account
|
|
|
<set>
|
|
|
<if test="uuid != null and uuid != ''">
|
|
|
- uuid = #{uuid,jdbcType=VARCHAR}
|
|
|
+ uuid = #{uuid,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="registrationId != null and registrationId != ''">
|
|
|
- registration_id = #{registrationId,jdbcType=VARCHAR}
|
|
|
+ registration_id = #{registrationId,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="easemobName != null and easemobName != ''">
|
|
|
- easemob_name = #{easemobName,jdbcType=VARCHAR}
|
|
|
+ easemob_name = #{easemobName,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="easemobPass != null and easemobPass != ''">
|
|
|
- easemob_pass = #{easemobPass,jdbcType=VARCHAR}
|
|
|
+ easemob_pass = #{easemobPass,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="lastLoginTime != null">
|
|
|
last_login_time = #{lastLoginTime,jdbcType=TIMESTAMP}
|