From f4853289ab0f8c96371dc533ec8b8908b449e6fb Mon Sep 17 00:00:00 2001 From: Ray Hao <1490493387@qq.com> Date: Thu, 29 Feb 2024 13:56:05 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E6=97=A0?= =?UTF-8?q?=E7=94=A8=E6=98=A0=E5=B0=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/SysDeptMapper.xml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/youlai-system/system-boot/src/main/resources/mapper/SysDeptMapper.xml b/youlai-system/system-boot/src/main/resources/mapper/SysDeptMapper.xml index ecf26412b..17da0ce32 100644 --- a/youlai-system/system-boot/src/main/resources/mapper/SysDeptMapper.xml +++ b/youlai-system/system-boot/src/main/resources/mapper/SysDeptMapper.xml @@ -4,21 +4,4 @@ "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> - - - - - - - - - - - - - - id,name,parent_id, - tree_path,sort,status, - deleted,create_time,update_time -