BUG
jiangqs
2023-04-24 aa2eae024f8f251c8e2b9eace5351dea7e315ed7
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>