@@ -402,7 +402,7 @@
<update id="updateByUid">
update user_mid
<set>
- <if test="aid != null">
+ <if test="aid != null and aid != ''">
aid = #{aid,jdbcType=VARCHAR},
</if>
<if test="lastFollowTime != null">