From c9b04383c77f91ac309e37e70783edcf8a9298b5 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期六, 18 五月 2024 23:24:12 +0800
Subject: [PATCH] websocket代码整理

---
 smart-man-boot/src/main/resources/com/qianwen/smartman/modules/system/mapper/DeptMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/smart-man-boot/src/main/resources/com/qianwen/smartman/modules/system/mapper/DeptMapper.xml b/smart-man-boot/src/main/resources/com/qianwen/smartman/modules/system/mapper/DeptMapper.xml
index eeaf0ee..6cdf04c 100644
--- a/smart-man-boot/src/main/resources/com/qianwen/smartman/modules/system/mapper/DeptMapper.xml
+++ b/smart-man-boot/src/main/resources/com/qianwen/smartman/modules/system/mapper/DeptMapper.xml
@@ -28,7 +28,7 @@
         <result column="has_children" property="hasChildren"/>
     </resultMap>
 
-    <resultMap id="treeNodeResultMap" type="org.springblade.core.tool.node.TreeNode">
+    <resultMap id="treeNodeResultMap" type="com.qianwen.core.tool.node.TreeNode">
         <id column="id" property="id"/>
         <result column="parent_id" property="parentId"/>
         <result column="title" property="title"/>

--
Gitblit v1.9.3