Commit a197ce13df0342e8c68b7238a9636b8deeceac06
1 parent
d9b62aea
refactor(DEFECT-1062): 设备事件验证设备有效性
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -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) | ... | ... |