From da7fd6e806e227ea9dce34b00eceec79b9e377e6 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期二, 09 四月 2024 23:30:38 +0800
Subject: [PATCH] 可以执行后台访问了,修改了一部分查询,lamda改为方法引用才行

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

diff --git a/smart-man-boot/src/main/resources/com/qianwen/smartman/modules/system/mapper/DictMapper.xml b/smart-man-boot/src/main/resources/com/qianwen/smartman/modules/system/mapper/DictMapper.xml
index e96cfe0..c1c57bc 100644
--- a/smart-man-boot/src/main/resources/com/qianwen/smartman/modules/system/mapper/DictMapper.xml
+++ b/smart-man-boot/src/main/resources/com/qianwen/smartman/modules/system/mapper/DictMapper.xml
@@ -14,7 +14,7 @@
         <result column="is_deleted" property="isDeleted"/>
     </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