Browse Source

202410242244 #comment 筹划方案算法缺少表中数据添加

lhq 1 month ago
parent
commit
ffbf8d3213

+ 2 - 0
orbit-base-plan/base-plan-service/src/main/java/com/base/plan/mapper/AlgSchemeStepWindowMapper.java

@@ -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);
 }