From 9279459400ea46c49ed583f4b1dcf7ad17093a33 Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期二, 06 八月 2024 10:41:53 +0800 Subject: [PATCH] fix:成绩导出,参考人重复bug修复 --- src/main/resources/mapper/DepartmentMapper.xml | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/main/resources/mapper/DepartmentMapper.xml b/src/main/resources/mapper/DepartmentMapper.xml index bb6a0ff..a698ca9 100644 --- a/src/main/resources/mapper/DepartmentMapper.xml +++ b/src/main/resources/mapper/DepartmentMapper.xml @@ -27,9 +27,6 @@ <if test="name != null"> name = #{name,jdbcType=VARCHAR}, </if> - <if test="adminId != null"> - admin_id = #{adminId}, - </if> <if test="deleted != null"> deleted = #{deleted,jdbcType=VARCHAR}, </if> -- Gitblit v1.8.0