增加单项监测日月年统计,本月本年拼接

This commit is contained in:
zy 2025-11-27 16:34:39 +08:00
parent 90064f6936
commit 9308b01e08
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,7 @@ package org.jeecg.modules.appmana.service.impl;
import cn.hutool.core.collection.CollectionUtil; import cn.hutool.core.collection.CollectionUtil;
import cn.hutool.core.lang.Assert; import cn.hutool.core.lang.Assert;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.StringUtils; import org.apache.commons.lang3.StringUtils;
import org.jeecg.common.constant.IotConstants; import org.jeecg.common.constant.IotConstants;
import org.jeecg.common.constant.PollutionConstants; import org.jeecg.common.constant.PollutionConstants;
@ -14,6 +15,7 @@ import org.jeecg.common.vo.statistic.DTOIotSummray;
import org.jeecg.modules.appmana.utils.Iotutils; import org.jeecg.modules.appmana.utils.Iotutils;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy; import org.springframework.context.annotation.Lazy;
import org.springframework.stereotype.Service;
import java.math.BigDecimal; import java.math.BigDecimal;
import java.time.LocalDate; import java.time.LocalDate;
@ -26,6 +28,8 @@ import java.util.HashMap;
import java.util.List; import java.util.List;
import java.util.Map; import java.util.Map;
@Service
@Slf4j
public class IotCommonP3ServiceImpl { public class IotCommonP3ServiceImpl {
@Autowired @Autowired
@Lazy @Lazy