@@ -931,7 +931,7 @@
</update>
<update id="updateSortByPId">
update m_wbs_tree_private
- set sort = #{sort}
+ set sort = sort + 1
where p_id = #{pId} and sort >= #{sort}