|
@@ -4,7 +4,7 @@
|
|
|
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
|
<mapper namespace="com.zhentao.user.mapper.UserShouyeMapper">
|
|
|
|
|
|
- <resultMap id="BaseResultMap" type="com.zhentao.user.domain.UserShouye">
|
|
|
+ <resultMap id="BaseResultMap" type="com.zhentao.shouye.domain.UserShouye">
|
|
|
<id property="id" column="id" jdbcType="BIGINT"/>
|
|
|
<result property="uid1" column="uid1" jdbcType="BIGINT"/>
|
|
|
<result property="uid2" column="uid2" jdbcType="BIGINT"/>
|