|
@@ -4,7 +4,7 @@
|
|
|
<resultMap id="BaseResultMap" type="com.yonge.cooleshow.biz.dal.entity.ImNetworkRoomMember">
|
|
|
<id column="id_" jdbcType="INTEGER" property="id"/>
|
|
|
<result column="room_id_" jdbcType="VARCHAR" property="roomId"/>
|
|
|
- <result column="user_id_" jdbcType="INTEGER" property="userId"/>
|
|
|
+ <result column="user_id_" jdbcType="VARCHAR" property="userId"/>
|
|
|
<result column="username_" jdbcType="VARCHAR" property="userName"/>
|
|
|
<result column="avatar_" jdbcType="VARCHAR" property="avatar"/>
|
|
|
<result column="join_time_" jdbcType="TIMESTAMP" property="joinTime"/>
|