[improve-#13597] fix the method name (#13599)
This commit is contained in:
parent
047fa2f65e
commit
c406f81e9c
|
|
@ -45,7 +45,7 @@
|
||||||
where parent_process_instance_id = #{parentInstanceId}
|
where parent_process_instance_id = #{parentInstanceId}
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<delete id="querySubIdListByParentId">
|
<delete id="deleteByParentId">
|
||||||
delete
|
delete
|
||||||
from t_ds_relation_process_instance
|
from t_ds_relation_process_instance
|
||||||
where parent_process_instance_id = #{parentWorkflowInstanceId}
|
where parent_process_instance_id = #{parentWorkflowInstanceId}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue