From 13bb0593d4d510c0d4fa7a356fba89db0135e67a Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期二, 23 四月 2024 21:41:24 +0800
Subject: [PATCH] startercache代码整理
---
smart-man-boot/src/main/resources/com/qianwen/smartman/modules/system/mapper/RoleMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/smart-man-boot/src/main/resources/com/qianwen/smartman/modules/system/mapper/RoleMapper.xml b/smart-man-boot/src/main/resources/com/qianwen/smartman/modules/system/mapper/RoleMapper.xml
index 4c9d4f6..d4c93a0 100644
--- a/smart-man-boot/src/main/resources/com/qianwen/smartman/modules/system/mapper/RoleMapper.xml
+++ b/smart-man-boot/src/main/resources/com/qianwen/smartman/modules/system/mapper/RoleMapper.xml
@@ -12,7 +12,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