|
@@ -745,7 +745,6 @@ public class RoomServiceImpl implements RoomService {
|
|
|
CheckUtils.checkArgument(roomDao.existsByRid(roomId), "room not exist");
|
|
|
CheckUtils.checkArgument(roomMemberDao.existsByRidAndUid(roomId, userId), "room member not exist");
|
|
|
SysUser authUser = sysUserFeignService.queryUserInfo();
|
|
|
-
|
|
|
log.info("controlDevice: userId={}, typeEnum={}, onOff={}", userId, typeEnum, enable);
|
|
|
|
|
|
if (enable) {
|