zouxuan 2 년 전
부모
커밋
69bdeb6a65
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      cooleshow-user/user-biz/src/main/resources/config/mybatis/ImNetworkRoomMemberMapper.xml

+ 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">