From 0e1238faa0537377afc9f6edfae7e99d8f438fb3 Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期六, 30 八月 2025 15:50:52 +0800 Subject: [PATCH] 权限管理,广告资讯 --- ruoyi-system/src/main/resources/mapper/system/SysUserPostMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/SysUserPostMapper.xml b/ruoyi-system/src/main/resources/mapper/system/SysUserPostMapper.xml index 2b90bc4..f4ae46f 100644 --- a/ruoyi-system/src/main/resources/mapper/system/SysUserPostMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/SysUserPostMapper.xml @@ -4,7 +4,7 @@ "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <mapper namespace="com.ruoyi.system.mapper.SysUserPostMapper"> - <resultMap type="SysUserPost" id="SysUserPostResult"> + <resultMap type="com.ruoyi.system.domain.SysUserPost" id="SysUserPostResult"> <result property="userId" column="user_id" /> <result property="postId" column="post_id" /> </resultMap> -- Gitblit v1.7.1