From 284e1dc620699ae0dddcc9bdd9001eb96f904298 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期五, 14 三月 2025 11:58:54 +0800
Subject: [PATCH] bug

---
 ruoyi-modules/ruoyi-system/src/main/resources/mapper/system/SysOssMapper.xml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/ruoyi-modules/ruoyi-system/src/main/resources/mapper/system/SysOssMapper.xml b/ruoyi-modules/ruoyi-system/src/main/resources/mapper/system/SysOssMapper.xml
index cb74c1c..aa7d7af 100644
--- a/ruoyi-modules/ruoyi-system/src/main/resources/mapper/system/SysOssMapper.xml
+++ b/ruoyi-modules/ruoyi-system/src/main/resources/mapper/system/SysOssMapper.xml
@@ -6,4 +6,8 @@
         SELECT oss_id from sys_oss WHERE create_time &lt;= #{maxTime}
     </select>
 
+    <delete id="deleteId" parameterType="integer">
+        DELETE FROM sys_oss WHERE oss_id = #{id}
+    </delete>
+
 </mapper>

--
Gitblit v1.8.0