|
|
@ -137,6 +137,9 @@ public class IotMachineEventGeneratorJob { |
|
|
|
|
|
|
|
|
Integer dataSource = value.getDataSource(); |
|
|
Integer dataSource = value.getDataSource(); |
|
|
Integer machineWorkingStat = value.getMachineWorkingStat(); |
|
|
Integer machineWorkingStat = value.getMachineWorkingStat(); |
|
|
|
|
|
if(machineWorkingStat == null) { |
|
|
|
|
|
return false; |
|
|
|
|
|
} |
|
|
boolean bool = false; |
|
|
boolean bool = false; |
|
|
if(dataSource != null) { |
|
|
if(dataSource != null) { |
|
|
if(dataSource == 1) { |
|
|
if(dataSource == 1) { |
|
|
|