Skip to content

Commit

Permalink
[improve-#13597] fix the method name (#13599)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuchanghai authored Feb 22, 2023
1 parent 047fa2f commit c406f81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit c406f81

Please sign in to comment.