From 37290d023e12f6c83f3aa156110a66a6e7fe3b06 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期二, 28 二月 2023 19:52:02 +0800 Subject: [PATCH] update 优化 获取系统url存储重复问题 --- ruoyi-modules/ruoyi-system/src/main/resources/mapper/system/SysPostMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-modules/ruoyi-system/src/main/resources/mapper/system/SysPostMapper.xml b/ruoyi-modules/ruoyi-system/src/main/resources/mapper/system/SysPostMapper.xml index 614a99b..f142b8d 100644 --- a/ruoyi-modules/ruoyi-system/src/main/resources/mapper/system/SysPostMapper.xml +++ b/ruoyi-modules/ruoyi-system/src/main/resources/mapper/system/SysPostMapper.xml @@ -4,7 +4,7 @@ "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <mapper namespace="com.ruoyi.system.mapper.SysPostMapper"> - <resultMap type="com.ruoyi.system.domain.SysPost" id="SysPostResult"> + <resultMap type="com.ruoyi.system.domain.vo.SysPostVo" id="SysPostResult"> </resultMap> <select id="selectPostListByUserId" parameterType="Long" resultType="Long"> -- Gitblit v1.9.3