Commit 1f73002e by guojuxing

更新写作人状态,更新时间也同步

parent 8fb4ede1
......@@ -259,7 +259,7 @@
</select>
<update id="deleteByPhoneAndAppId">
update tab_sys_collaborator set status = 0
update tab_sys_collaborator set status = 0, update_time = now()
where collaboration_enterprise_id = #{enterpriseId}
and phone = #{phone}
and app_id = #{appId}
......
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