From fc1c209535819c5793e55ffe3ec96a3f2925c8a0 Mon Sep 17 00:00:00 2001 From: haozq <1611483981@qq.com> Date: Sat, 16 Aug 2025 13:23:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=83=E5=8B=A4=E6=9C=BA=E4=B8=9A=E5=8A=A1?= =?UTF-8?q?=E4=BA=A4=E4=BA=92=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/FileUtilMapper.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bonus-modules/bonus-file/src/main/resources/mapper/FileUtilMapper.xml b/bonus-modules/bonus-file/src/main/resources/mapper/FileUtilMapper.xml index b96b680..d59713a 100644 --- a/bonus-modules/bonus-file/src/main/resources/mapper/FileUtilMapper.xml +++ b/bonus-modules/bonus-file/src/main/resources/mapper/FileUtilMapper.xml @@ -20,15 +20,15 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - + update bm_files set is_active=0 where id in #{item} - - + + update bm_files set is_active=0 @@ -45,7 +45,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - +