|
@@ -1,20 +1,16 @@
|
|
package org.jeecg.modules.healthStatistics.service.Impl;
|
|
package org.jeecg.modules.healthStatistics.service.Impl;
|
|
|
|
|
|
import org.jeecg.common.api.vo.Result;
|
|
import org.jeecg.common.api.vo.Result;
|
|
-import org.jeecg.common.util.DateUtils;
|
|
|
|
import org.jeecg.modules.equipmentHealth.entity.EquipmentHealth;
|
|
import org.jeecg.modules.equipmentHealth.entity.EquipmentHealth;
|
|
import org.jeecg.modules.equipmentHealth.mapper.EquipmentHealthMapper;
|
|
import org.jeecg.modules.equipmentHealth.mapper.EquipmentHealthMapper;
|
|
import org.jeecg.modules.equipmentHealthSection.entity.EquipmentHealthSection;
|
|
import org.jeecg.modules.equipmentHealthSection.entity.EquipmentHealthSection;
|
|
import org.jeecg.modules.equipmentHealthSection.mapper.EquipmentHealthSectionMapper;
|
|
import org.jeecg.modules.equipmentHealthSection.mapper.EquipmentHealthSectionMapper;
|
|
import org.jeecg.modules.healthStatistics.service.IHealthStatisticsService;
|
|
import org.jeecg.modules.healthStatistics.service.IHealthStatisticsService;
|
|
-import org.jeecg.modules.tpmMessageAlarm.mapper.TpmMessageAlarmMapper;
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.stereotype.Service;
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
-import java.text.ParseException;
|
|
|
|
import java.time.YearMonth;
|
|
import java.time.YearMonth;
|
|
import java.util.ArrayList;
|
|
import java.util.ArrayList;
|
|
-import java.util.Date;
|
|
|
|
import java.util.HashMap;
|
|
import java.util.HashMap;
|
|
import java.util.List;
|
|
import java.util.List;
|
|
import java.util.stream.Collectors;
|
|
import java.util.stream.Collectors;
|