From 1f16aa96a1f88be11f33efcb2862218be4342e44 Mon Sep 17 00:00:00 2001
From: qirong <2032486488@qq.com>
Date: 星期五, 16 六月 2023 09:16:13 +0800
Subject: [PATCH] 搜索修改

---
 src/main/resources/mapper/QuestionSubjectMapper.xml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/QuestionSubjectMapper.xml b/src/main/resources/mapper/QuestionSubjectMapper.xml
index a647448..bd5e907 100644
--- a/src/main/resources/mapper/QuestionSubjectMapper.xml
+++ b/src/main/resources/mapper/QuestionSubjectMapper.xml
@@ -43,4 +43,9 @@
         </foreach>
     </insert>
 
+    <delete id="removeSubjectId" parameterType="java.lang.Integer">
+        delete from t_question_subject
+        where subject_id = #{subjectId}
+    </delete>
+
 </mapper>
\ No newline at end of file

--
Gitblit v1.8.0