app退料删除

This commit is contained in:
hongchao 2026-02-04 16:12:58 +08:00
parent d9c50682d3
commit 9818e786e5
1 changed files with 1 additions and 1 deletions

View File

@ -841,7 +841,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</delete>
<delete id="deleteApplyDetails">
delete from back_apply_details where id = #{id}
delete from back_apply_details where type_id = #{typeId} and parent_id = #{parentId}
</delete>
<delete id="deleteDetails">