Skip to content

Instantly share code, notes, and snippets.

@OMGZui
Last active June 21, 2022 14:39
Show Gist options
  • Save OMGZui/84a2cbb4dbf6eec3ce8ffa700fdf53d9 to your computer and use it in GitHub Desktop.
Save OMGZui/84a2cbb4dbf6eec3ce8ffa700fdf53d9 to your computer and use it in GitHub Desktop.
UPDATE doc SET prevId = #{currentData.prevId} WHERE id = #{curActivity.siblingId};
UPDATE doc SET siblingId = #{currentData.siblingId} WHERE id = #{currentData.prevId};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment