luohairen
2024-11-25 5ea5997c4af6988d49d4b1b89c186fb7d2c0a0c4
system/src/main/resources/mapper/system/SysUserPostMapper.xml
@@ -2,9 +2,9 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.hnct.system.mapper.SysUserPostMapper">
<mapper namespace="com.ycl.system.mapper.SysUserPostMapper">
   <resultMap type="com.hnct.system.domain.SysUserPost" id="SysUserPostResult">
   <resultMap type="SysUserPost" id="SysUserPostResult">
      <result property="userId"     column="user_id"      />
      <result property="postId"     column="post_id"      />
   </resultMap>