mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 07:46:40 +08:00
bugfix
This commit is contained in:
@@ -184,6 +184,7 @@ public class YbIotListener {
|
||||
|
||||
entity.setValue(meterPositiveFlow);
|
||||
|
||||
|
||||
MeterEntity meter = meterMap.get(productID);
|
||||
|
||||
if (meter == null) {
|
||||
@@ -192,6 +193,7 @@ public class YbIotListener {
|
||||
}
|
||||
|
||||
entity.setMeter(meter);
|
||||
entity.setOrganizationId(meter.getOrganizationId());
|
||||
|
||||
entities.add(entity);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user