From 47cd9ecc0eff38ffe6b3b794b2bf197e958f4403 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期三, 14 五月 2025 15:50:57 +0800
Subject: [PATCH] bug:学员有状态不能修改问题
---
src/main/resources/mapper/DeptQuestionMapper.xml | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/src/main/resources/mapper/DeptQuestionMapper.xml b/src/main/resources/mapper/DeptQuestionMapper.xml
index 9ad9983..188a803 100644
--- a/src/main/resources/mapper/DeptQuestionMapper.xml
+++ b/src/main/resources/mapper/DeptQuestionMapper.xml
@@ -16,12 +16,6 @@
DELETE
FROM t_dept_question
WHERE question_id = #{questionId}
- <if test="deptIds != null and deptIds.size > 0">
- AND dept_id IN
- <foreach collection="deptIds" open="(" separator="," close=")" item="deptId">
- #{deptId}
- </foreach>
- </if>
</delete>
<select id="deptByQuestionId" resultType="com.mindskip.xzs.domain.vo.DeptQuestionVO">
--
Gitblit v1.8.0