From 7f25606654ebe94b5d82cfd9f74275989c71538d Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期二, 16 七月 2024 11:47:40 +0800 Subject: [PATCH] feat:默认选中当前部门 --- 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