hrt-modules/hrt-system/src/main/resources/mapper/system/user/SysUserPostMapper.xml
@@ -4,7 +4,7 @@ "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <mapper namespace="com.hrt.system.mapper.user.SysUserPostMapper"> <resultMap type="SysUserPost" id="SysUserPostResult"> <resultMap type="com.hrt.system.domain.poji.user.SysUserPost" id="SysUserPostResult"> <result property="userId" column="user_id" /> <result property="postId" column="post_id" /> </resultMap>