Last active
June 21, 2022 14:39
-
-
Save OMGZui/84a2cbb4dbf6eec3ce8ffa700fdf53d9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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