|
|
|
@ -141,7 +141,7 @@ public class IotMachineEventGeneratorJob { |
|
|
|
currCount = 0L; |
|
|
|
} |
|
|
|
if (machineWorkingStat != null) { |
|
|
|
bool = !(machineWorkingStat == 2 && currCount == 0); |
|
|
|
bool = !(machineWorkingStat == 1 && currCount == 0); |
|
|
|
} |
|
|
|
if (bool && value.getMachinePwrStat() != null |
|
|
|
&& value.getMachineIotMac() != null |
|
|
|
|