|
@@ -369,6 +369,7 @@ public class OperationMessageService {
|
|
|
} else {
|
|
} else {
|
|
|
isHandleSuccess = false;
|
|
isHandleSuccess = false;
|
|
|
handleMsg = "无对应物模型事件处理";
|
|
handleMsg = "无对应物模型事件处理";
|
|
|
|
|
+ log.error("无对应物模型事件处理: {}", entity.getTopic());
|
|
|
}
|
|
}
|
|
|
// 如果是ping,则平台也会处理
|
|
// 如果是ping,则平台也会处理
|
|
|
if (event != null && event.equals("ping")) {
|
|
if (event != null && event.equals("ping")) {
|