From 239c97e6701bc5ee5a1b9b890003dd6cd2132f48 Mon Sep 17 00:00:00 2001 From: qirong <2032486488@qq.com> Date: 星期一, 19 六月 2023 10:20:54 +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