@@ -61,4 +61,6 @@ public interface AlgSchemeStepWindowMapper extends BaseMapper<AlgSchemeStepWindo
List<AlgSchemeStepWindow> getAlgSchemeStepWindowByParentIdSubstring(@Param("parentId") String parentIdSubstring);
List<AlgSchemeStepWindow> getAlgSchemeStepWindowByParentIds(@Param("parentIds") List<String> parentIds);
+
+ void updateStepIdByParentId(@Param("schemeStepId") String algSchemeStepId,@Param("parentId") String parentId);
}