Commit b8071729 by fudahua

好友

parent f665f24c
...@@ -161,9 +161,7 @@ ...@@ -161,9 +161,7 @@
<if test="createTime != null" > <if test="createTime != null" >
create_time = #{createTime,jdbcType=TIMESTAMP}, create_time = #{createTime,jdbcType=TIMESTAMP},
</if> </if>
<if test="updateTime != null" > update_time = now()
update_time = #{updateTime,jdbcType=TIMESTAMP},
</if>
</set> </set>
where member_unionid_related_id = #{memberUnionidRelatedId,jdbcType=VARCHAR} where member_unionid_related_id = #{memberUnionidRelatedId,jdbcType=VARCHAR}
</update> </update>
......
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