临时提交
This commit is contained in:
@@ -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 {
|
||||
// 多查询一次防止已经被处理了
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user