소스 검색

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

lhq 1 개월 전
부모
커밋
ffbf8d3213
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      orbit-base-plan/base-plan-service/src/main/java/com/base/plan/mapper/AlgSchemeStepWindowMapper.java

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