临时提交

This commit is contained in:
panlinlin
2024-08-11 23:20:42 +08:00
parent 76a0d248ef
commit 0177831e86
36 changed files with 334 additions and 194 deletions

View File

@@ -248,7 +248,7 @@ public class MediaServiceImpl implements IMediaService {
}
}
}
Device device = deviceService.getDevice(inviteInfo.getDeviceId());
Device device = deviceService.getDeviceByDeviceId(inviteInfo.getDeviceId());
if (device != null) {
try {
// 多查询一次防止已经被处理了

View File

@@ -129,7 +129,7 @@ public class RedisAlarmMsgListener implements MessageListener {
}
}else {
Device device = deviceService.getDevice(gbId);
Device device = deviceService.getDeviceByDeviceId(gbId);
Platform platform = storage.queryParentPlatByServerGBId(gbId);
if (device != null && platform == null) {
try {