소스 검색

修改学生端我的课程字段显示

Pq 3 달 전
부모
커밋
69f4ad3c99
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tclive/src/main/java/com/daya/tclive/bean/LiveRoomInfoBean.java

+ 1 - 1
tclive/src/main/java/com/daya/tclive/bean/LiveRoomInfoBean.java

@@ -285,7 +285,7 @@ public class LiveRoomInfoBean implements Parcelable {
         this.speakerId = in.readString();
         this.speakerName = in.readString();
         this.speakerPic = in.readString();
-        this.subjectId = in.readInt();
+        this.subjectId = in.readString();
         this.type = in.readString();
         this.liveRoomConfig = in.readParcelable(LiveRoomConfigBean.class.getClassLoader());
         this.userSig = in.readString();