This is an automated email from the ASF dual-hosted git repository.

kerwin pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new c406f81e9c [improve-#13597] fix the method name (#13599)
c406f81e9c is described below

commit c406f81e9c78cfda7344142b253b686f04ced3bc
Author: fuchanghai <[email protected]>
AuthorDate: Wed Feb 22 10:53:51 2023 +0800

    [improve-#13597] fix the method name (#13599)
---
 .../org/apache/dolphinscheduler/dao/mapper/ProcessInstanceMapMapper.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProcessInstanceMapMapper.xml
 
b/dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProcessInstanceMapMapper.xml
index 2aec7739b9..280f50fb22 100644
--- 
a/dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProcessInstanceMapMapper.xml
+++ 
b/dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProcessInstanceMapMapper.xml
@@ -45,7 +45,7 @@
         where parent_process_instance_id = #{parentInstanceId}
     </select>
 
-    <delete id="querySubIdListByParentId">
+    <delete id="deleteByParentId">
         delete
         from t_ds_relation_process_instance
         where parent_process_instance_id = #{parentWorkflowInstanceId}

Reply via email to