[improve-#13597] fix the method name (#13599)

This commit is contained in:
fuchanghai 2023-02-22 10:53:51 +08:00 committed by GitHub
parent 047fa2f65e
commit c406f81e9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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