| | |
| | | import com.moral.util.DateUtils; |
| | | import com.moral.util.MybatisPLUSUtils; |
| | | import io.lettuce.core.GeoCoordinates; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.data.redis.core.RedisTemplate; |
| | | import org.springframework.stereotype.Service; |
| | |
| | | * @since 2021-07-15 |
| | | */ |
| | | @Service |
| | | @Slf4j |
| | | public class HistoryFiveMinutelyServiceImpl extends ServiceImpl<HistoryFiveMinutelyMapper, HistoryFiveMinutely> implements HistoryFiveMinutelyService { |
| | | |
| | | @Autowired |
| | |
| | | //风场数据 |
| | | windData = historyFiveMinutelyMapper.getAreaWindData(params); |
| | | } |
| | | |
| | | log.info("风场数据:{}", windData); |
| | | return getWindData(windData); |
| | | } |
| | | |