Przeglądaj źródła

Merge branch 'feature/0803-im' of http://git.dayaedu.com/yonge/cooleshow

zouxuan 1 rok temu
rodzic
commit
b70364cc50

+ 2 - 1
cooleshow-user/user-biz/src/main/java/com/yonge/cooleshow/biz/dal/service/impl/ImServiceImpl.java

@@ -287,7 +287,8 @@ public class ImServiceImpl implements ImService {
                     break;
             }
         }else {
-            if(deviceControl.getDeviceType() == ImNetworkDeviceTypeEnum.EXAM_SONG){
+            if(deviceControl.getDeviceType() == ImNetworkDeviceTypeEnum.MUSIC_SHEET ||
+                    deviceControl.getDeviceType() == ImNetworkDeviceTypeEnum.ACCOMPANIMENT){
                 ImNetworkRoomMusicSheetDownloadData msg = imNetworkRoomMemberStatusService.getMemberExamSong(roomId, deviceControl.getUserId());
                 msg.setEnable(false);
                 imNetworkRoomMemberStatusService.lambdaUpdate()