From 9818e786e57196f8d90562e356b3ed9063f9df30 Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Wed, 4 Feb 2026 16:12:58 +0800 Subject: [PATCH] =?UTF-8?q?app=E9=80=80=E6=96=99=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/material/back/BackApplyInfoMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bonus-modules/bonus-material/src/main/resources/mapper/material/back/BackApplyInfoMapper.xml b/bonus-modules/bonus-material/src/main/resources/mapper/material/back/BackApplyInfoMapper.xml index 4b5a3fcb..32580c91 100644 --- a/bonus-modules/bonus-material/src/main/resources/mapper/material/back/BackApplyInfoMapper.xml +++ b/bonus-modules/bonus-material/src/main/resources/mapper/material/back/BackApplyInfoMapper.xml @@ -841,7 +841,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - delete from back_apply_details where id = #{id} + delete from back_apply_details where type_id = #{typeId} and parent_id = #{parentId}