server/services/src/main/java/com/doumee/service/business/impl/DeviceSubscribeServiceImpl.java
@@ -14,6 +14,7 @@ import lombok.extern.slf4j.Slf4j; import org.apache.commons.lang3.StringUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Lazy; import org.springframework.stereotype.Service; import javax.annotation.PostConstruct; @@ -28,6 +29,7 @@ @Slf4j public class DeviceSubscribeServiceImpl implements DeviceSubcribeService { @Autowired @Lazy MemberRidesService memberRidesService; @Autowired private MqttLogMapper mqttLogMapper;