xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/util/MQTT.java
@@ -15,7 +15,6 @@ import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import java.awt.*; @Component public class MQTT { @@ -122,6 +121,9 @@ }else if(eventType.equals("132375")){ alarm.setType(4); alarm.setValue("抽烟"); }else if(eventType.equals("132405")){ alarm.setType(6); alarm.setValue("超速"); }else{ return; }