mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-17 16:36:03 +08:00
后端配置简化
This commit is contained in:
@@ -39,8 +39,7 @@ public class DeviceJob {
|
||||
@Resource
|
||||
private IMqttMessagePublish mqttMessagePublish;
|
||||
|
||||
@Value("${server.broker.enabled}")
|
||||
private Boolean enabled;
|
||||
private Boolean enabled = true;
|
||||
|
||||
public void updateSipDeviceOnlineStatus(Integer timeout) {
|
||||
String checkTimeCondition = DataBaseHelper.checkTime(timeout);
|
||||
|
||||
Reference in New Issue
Block a user