Commit a197ce13df0342e8c68b7238a9636b8deeceac06

Authored by 芯火源
1 parent d9b62aea

refactor(DEFECT-1062): 设备事件验证设备有效性

... ... @@ -96,7 +96,7 @@ public class TkMsgEventNode implements TbNode {
96 96 String src = msg.getData();
97 97 ctx.getTelemetryService().saveAndNotify(
98 98 tenantId,profile.getId(),
99   - msg.getOriginator(),
  99 + deviceId,
100 100 entryList,
101 101 src,ts,
102 102 new TelemetryNodeCallback(ctx, msg)
... ...