zouxuan 2 năm trước cách đây
mục cha
commit
69bdeb6a65

+ 4 - 4
cooleshow-user/user-biz/src/main/resources/config/mybatis/ImNetworkRoomMemberMapper.xml

@@ -10,10 +10,10 @@
         <result column="avatar_" jdbcType="VARCHAR" property="avatar"/>
         <result column="join_time_" jdbcType="TIMESTAMP" property="joinTime"/>
         <result column="role_" jdbcType="INTEGER" property="role"/>
-        <result column="camera_flag_" jdbcType="BOOLEAN" property="cameraFlag"/>
-        <result column="mic_flag_" jdbcType="BOOLEAN" property="micFlag"/>
-        <result column="music_mode_flag_" jdbcType="BOOLEAN" property="musicModeFlag"/>
-        <result column="hand_flag_" jdbcType="BOOLEAN" property="handFlag"/>
+        <result column="camera_flag_" jdbcType="BOOLEAN" property="camera"/>
+        <result column="mic_flag_" jdbcType="BOOLEAN" property="microphone"/>
+        <result column="music_mode_flag_" jdbcType="BOOLEAN" property="musicModeOn"/>
+        <result column="hand_flag_" jdbcType="BOOLEAN" property="handUpOn"/>
     </resultMap>
 
     <sql id="Base_Column_List">