|
|
@ -1,27 +1,44 @@ |
|
|
|
package com.hnac.hzims.operational.main.service.impl; |
|
|
|
package com.hnac.hzims.operational.main.service.impl; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import cn.afterturn.easypoi.entity.ImageEntity; |
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; |
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.core.toolkit.Wrappers; |
|
|
|
import com.hnac.hzims.equipment.entity.PlanGenerationEntity; |
|
|
|
import com.hnac.hzims.equipment.entity.PlanGenerationEntity; |
|
|
|
|
|
|
|
import com.hnac.hzims.equipment.feign.IEmParamClient; |
|
|
|
import com.hnac.hzims.equipment.feign.IPlanGenertionClient; |
|
|
|
import com.hnac.hzims.equipment.feign.IPlanGenertionClient; |
|
|
|
|
|
|
|
import com.hnac.hzims.equipment.vo.EminfoAndEmParamVo; |
|
|
|
import com.hnac.hzims.message.dto.MailPushDto; |
|
|
|
import com.hnac.hzims.message.dto.MailPushDto; |
|
|
|
import com.hnac.hzims.message.fegin.IPushMsgClient; |
|
|
|
import com.hnac.hzims.message.fegin.IPushMsgClient; |
|
|
|
|
|
|
|
import com.hnac.hzims.operational.defect.constants.TreatMethodConstant; |
|
|
|
|
|
|
|
import com.hnac.hzims.operational.defect.entity.OperPhenomenonEntity; |
|
|
|
import com.hnac.hzims.operational.defect.service.IOperPhenomenonService; |
|
|
|
import com.hnac.hzims.operational.defect.service.IOperPhenomenonService; |
|
|
|
import com.hnac.hzims.operational.main.constant.HomePageConstant; |
|
|
|
import com.hnac.hzims.operational.main.constant.HomePageConstant; |
|
|
|
import com.hnac.hzims.operational.main.service.IAreaMonthReportService; |
|
|
|
import com.hnac.hzims.operational.main.service.IAreaMonthReportService; |
|
|
|
|
|
|
|
import com.hnac.hzims.operational.main.service.IMainSystemMonitoringService; |
|
|
|
import com.hnac.hzims.operational.main.service.IMainTaskStatisticService; |
|
|
|
import com.hnac.hzims.operational.main.service.IMainTaskStatisticService; |
|
|
|
import com.hnac.hzims.operational.main.vo.AreaMonthReportVo; |
|
|
|
import com.hnac.hzims.operational.main.vo.AreaMonthReportVo; |
|
|
|
|
|
|
|
import com.hnac.hzims.operational.main.vo.HydropowerUnitRealVo; |
|
|
|
import com.hnac.hzims.operational.main.vo.MaintainVo; |
|
|
|
import com.hnac.hzims.operational.main.vo.MaintainVo; |
|
|
|
import com.hnac.hzims.operational.main.vo.OverhaulVo; |
|
|
|
import com.hnac.hzims.operational.main.vo.OverhaulVo; |
|
|
|
import com.hnac.hzims.operational.report.vo.DutyDefectVO; |
|
|
|
import com.hnac.hzims.operational.report.vo.*; |
|
|
|
import com.hnac.hzims.operational.station.entity.StationEntity; |
|
|
|
import com.hnac.hzims.operational.station.entity.StationEntity; |
|
|
|
import com.hnac.hzims.operational.station.service.IStationService; |
|
|
|
import com.hnac.hzims.operational.station.service.IStationService; |
|
|
|
|
|
|
|
import com.hnac.hzims.operational.util.JFreeUtil; |
|
|
|
|
|
|
|
import com.hnac.hzims.operational.util.TimeUtils; |
|
|
|
|
|
|
|
import com.hnac.hzims.operational.util.WordUtils; |
|
|
|
import com.hnac.hzims.safeproduct.dto.SafeEquipmentTrialDTO; |
|
|
|
import com.hnac.hzims.safeproduct.dto.SafeEquipmentTrialDTO; |
|
|
|
import com.hnac.hzims.safeproduct.feign.ISafeCheckClient; |
|
|
|
import com.hnac.hzims.safeproduct.feign.ISafeCheckClient; |
|
|
|
import com.hnac.hzims.safeproduct.feign.ISafeEquipmentTrialClient; |
|
|
|
import com.hnac.hzims.safeproduct.feign.ISafeEquipmentTrialClient; |
|
|
|
|
|
|
|
import com.hnac.hzims.ticket.constants.TicketConstants; |
|
|
|
|
|
|
|
import com.hnac.hzims.ticket.standardTicket.entity.StandardTicketInfoEntity; |
|
|
|
|
|
|
|
import com.hnac.hzims.ticket.workTicket.entity.WorkTicketInfoEntity; |
|
|
|
import com.hnac.hzims.ticket.workTicket.feign.ITicketInfoClient; |
|
|
|
import com.hnac.hzims.ticket.workTicket.feign.ITicketInfoClient; |
|
|
|
import com.hnac.hzims.ticket.workTicket.vo.TicketMonthVO; |
|
|
|
import com.hnac.hzims.ticket.workTicket.vo.TicketMonthVO; |
|
|
|
|
|
|
|
import com.hnac.hzinfo.datasearch.analyse.vo.AnalyseDataTaosVO; |
|
|
|
import com.hnac.hzinfo.inspect.task.feign.IInspectTaskReportClient; |
|
|
|
import com.hnac.hzinfo.inspect.task.feign.IInspectTaskReportClient; |
|
|
|
import com.hnac.hzinfo.inspect.task.vo.DutyInspectTaskVO; |
|
|
|
import com.hnac.hzinfo.inspect.task.vo.DutyInspectTaskVO; |
|
|
|
import lombok.RequiredArgsConstructor; |
|
|
|
import lombok.RequiredArgsConstructor; |
|
|
|
|
|
|
|
import org.apache.commons.collections4.CollectionUtils; |
|
|
|
import org.apache.commons.collections4.MapUtils; |
|
|
|
import org.apache.commons.collections4.MapUtils; |
|
|
|
import org.apache.poi.hssf.usermodel.*; |
|
|
|
import org.apache.poi.hssf.usermodel.*; |
|
|
|
import org.apache.poi.hssf.util.HSSFColor; |
|
|
|
import org.apache.poi.hssf.util.HSSFColor; |
|
|
@ -30,6 +47,7 @@ import org.apache.poi.ss.usermodel.FillPatternType; |
|
|
|
import org.apache.poi.ss.usermodel.HorizontalAlignment; |
|
|
|
import org.apache.poi.ss.usermodel.HorizontalAlignment; |
|
|
|
import org.apache.poi.ss.usermodel.VerticalAlignment; |
|
|
|
import org.apache.poi.ss.usermodel.VerticalAlignment; |
|
|
|
import org.apache.poi.ss.util.CellRangeAddress; |
|
|
|
import org.apache.poi.ss.util.CellRangeAddress; |
|
|
|
|
|
|
|
import org.jfree.data.category.DefaultCategoryDataset; |
|
|
|
import org.springblade.core.tool.api.R; |
|
|
|
import org.springblade.core.tool.api.R; |
|
|
|
import org.springblade.core.tool.utils.CollectionUtil; |
|
|
|
import org.springblade.core.tool.utils.CollectionUtil; |
|
|
|
import org.springblade.core.tool.utils.DateUtil; |
|
|
|
import org.springblade.core.tool.utils.DateUtil; |
|
|
@ -78,6 +96,14 @@ public class AreaMonthReportServiceImpl implements IAreaMonthReportService { |
|
|
|
@NotNull |
|
|
|
@NotNull |
|
|
|
private final IPlanGenertionClient planGenertionClient; |
|
|
|
private final IPlanGenertionClient planGenertionClient; |
|
|
|
@NotNull |
|
|
|
@NotNull |
|
|
|
|
|
|
|
private final IEmParamClient emParamClient; |
|
|
|
|
|
|
|
@NotNull |
|
|
|
|
|
|
|
private final SideHustleServiceImpl sideHustleService; |
|
|
|
|
|
|
|
@NotNull |
|
|
|
|
|
|
|
private final AnalyseDataServiceImpl analyseDataService; |
|
|
|
|
|
|
|
@NotNull |
|
|
|
|
|
|
|
private final IMainSystemMonitoringService mainSystemMonitoringService; |
|
|
|
|
|
|
|
@NotNull |
|
|
|
private final ISysClient sysClient; |
|
|
|
private final ISysClient sysClient; |
|
|
|
@NotNull |
|
|
|
@NotNull |
|
|
|
private final IUserClient userClient; |
|
|
|
private final IUserClient userClient; |
|
|
@ -93,10 +119,15 @@ public class AreaMonthReportServiceImpl implements IAreaMonthReportService { |
|
|
|
private final ISafeCheckClient safeCheckClient; |
|
|
|
private final ISafeCheckClient safeCheckClient; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Value("${hzims.operation.area.report}") |
|
|
|
@Value("${hzims.operation.area.report}") |
|
|
|
private String area_month_report_key; |
|
|
|
private String area_month_report_key; |
|
|
|
|
|
|
|
|
|
|
|
private final static String RECENT_YEAR_POWER_DATA = "hzims:operation:key:power:data"; |
|
|
|
private final static String RECENT_YEAR_POWER_DATA = "hzims:operation:key:power:data"; |
|
|
|
|
|
|
|
private final static String load_hydropower_unit_real_key = "hzims:operation:loadhydropowerunit:real:key"; |
|
|
|
|
|
|
|
private final static String load_hydropower_unit_target_key = "hzims:operation:loadhydropowerunit:target:key"; |
|
|
|
|
|
|
|
private final static String recent_year_power_data = "hzims:operation:key:power:data"; |
|
|
|
|
|
|
|
|
|
|
|
// 线程数量
|
|
|
|
// 线程数量
|
|
|
|
private final static int POOL_QUANTITY = 4; |
|
|
|
private final static int POOL_QUANTITY = 4; |
|
|
@ -117,12 +148,12 @@ public class AreaMonthReportServiceImpl implements IAreaMonthReportService { |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@Override |
|
|
|
@Override |
|
|
|
public R<List<AreaMonthReportVo>> getReport(String date) { |
|
|
|
public R<List<AreaMonthReportVo>> getReport(String date) { |
|
|
|
List<AreaMonthReportVo> areaMonthReportVoList = this.getAreaMonthReport(date,false); |
|
|
|
List<AreaMonthReportVo> areaMonthReportVoList = this.getAreaMonthReport(date, false); |
|
|
|
if (CollectionUtil.isEmpty(areaMonthReportVoList)) { |
|
|
|
if (CollectionUtil.isEmpty(areaMonthReportVoList)) { |
|
|
|
R.fail("选择月份无统计报表数据"); |
|
|
|
R.fail("选择月份无统计报表数据"); |
|
|
|
} |
|
|
|
} |
|
|
|
//根据用户权限获取机构
|
|
|
|
//根据用户权限获取机构
|
|
|
|
return R.data(areaMonthReportVoList.stream().sorted(Comparator.comparing(AreaMonthReportVo::getActualPower,Comparator.reverseOrder())).collect(Collectors.toList())); |
|
|
|
return R.data(areaMonthReportVoList.stream().sorted(Comparator.comparing(AreaMonthReportVo::getActualPower, Comparator.reverseOrder())).collect(Collectors.toList())); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
@ -133,7 +164,7 @@ public class AreaMonthReportServiceImpl implements IAreaMonthReportService { |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@Override |
|
|
|
@Override |
|
|
|
public R export(HttpServletResponse response, String date) { |
|
|
|
public R export(HttpServletResponse response, String date) { |
|
|
|
List<AreaMonthReportVo> monthReportVoList = this.getAreaMonthReport(date,true); |
|
|
|
List<AreaMonthReportVo> monthReportVoList = this.getAreaMonthReport(date, true); |
|
|
|
// 创建Excel文件
|
|
|
|
// 创建Excel文件
|
|
|
|
HSSFWorkbook hssWB = new HSSFWorkbook(); |
|
|
|
HSSFWorkbook hssWB = new HSSFWorkbook(); |
|
|
|
// 添加sheet页
|
|
|
|
// 添加sheet页
|
|
|
@ -172,6 +203,647 @@ public class AreaMonthReportServiceImpl implements IAreaMonthReportService { |
|
|
|
return R.data("success"); |
|
|
|
return R.data("success"); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public static void main(String[] args) { |
|
|
|
|
|
|
|
HashMap<String, Object> map = new HashMap<>(); |
|
|
|
|
|
|
|
List<TicketChartVo> ticketList = new ArrayList<>(); |
|
|
|
|
|
|
|
TicketConstants.TicketTypeNameEnum[] values = TicketConstants.TicketTypeNameEnum.values(); |
|
|
|
|
|
|
|
TicketChartVo sum=new TicketChartVo(); |
|
|
|
|
|
|
|
List<TicketChartCell> sas = new ArrayList<>(); |
|
|
|
|
|
|
|
sum.setDeptName("总计"); |
|
|
|
|
|
|
|
for (TicketConstants.TicketTypeNameEnum value : values) { |
|
|
|
|
|
|
|
TicketChartCell ticketChartCell = new TicketChartCell(); |
|
|
|
|
|
|
|
ticketChartCell.setTicketType(value.getType()); |
|
|
|
|
|
|
|
ticketChartCell.setTicketName(value.getFileName()); |
|
|
|
|
|
|
|
Integer integer = Integer.valueOf(value.getType()); |
|
|
|
|
|
|
|
ticketChartCell.setTicketMon(30+ integer); |
|
|
|
|
|
|
|
BigDecimal d=BigDecimal.valueOf(integer).divide(BigDecimal.valueOf(100),2,BigDecimal.ROUND_UP); |
|
|
|
|
|
|
|
ticketChartCell.setTicketMonPerc(0.3+ d.doubleValue()); |
|
|
|
|
|
|
|
sas.add(ticketChartCell); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
sum.setChartCells(sas); |
|
|
|
|
|
|
|
ticketList.add(sum); |
|
|
|
|
|
|
|
//两票柱状图数据
|
|
|
|
|
|
|
|
// 创建数据
|
|
|
|
|
|
|
|
DefaultCategoryDataset dataset = new DefaultCategoryDataset(); |
|
|
|
|
|
|
|
for (TicketChartVo chartVo : ticketList) { |
|
|
|
|
|
|
|
for (int i = 0; i < chartVo.getChartCells().size(); i++) { |
|
|
|
|
|
|
|
TicketChartCell ticketChartCell = chartVo.getChartCells().get(i); |
|
|
|
|
|
|
|
dataset.addValue(ticketChartCell.getTicketMon(), ticketChartCell.getTicketName(), ticketChartCell.getTicketName()); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
DefaultCategoryDataset datasetLine = new DefaultCategoryDataset(); |
|
|
|
|
|
|
|
for (TicketChartVo chartVo : ticketList) { |
|
|
|
|
|
|
|
for (int i = 0; i < chartVo.getChartCells().size(); i++) { |
|
|
|
|
|
|
|
TicketChartCell ticketChartCell = chartVo.getChartCells().get(i); |
|
|
|
|
|
|
|
datasetLine.addValue(ticketChartCell.getTicketMonPerc(), "合格率", ticketChartCell.getTicketName()); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
String title="水电运维项目两票统计表"; |
|
|
|
|
|
|
|
String domainAxis="数量"; |
|
|
|
|
|
|
|
String rangeAxis="票据类型"; |
|
|
|
|
|
|
|
ImageEntity ticketImage = JFreeUtil.iCreateBarLineChart(false, title, domainAxis, rangeAxis, dataset, datasetLine,662, 378); |
|
|
|
|
|
|
|
map.put("ticketImage", ticketImage); |
|
|
|
|
|
|
|
WordUtils.exportWord("template/waterMonV4.docx", "F:/", "888.docx", map); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
|
|
|
|
public R exportHydropowerStationMonthReport(HttpServletResponse response, HashMap<String, Object> map, Integer year, Integer month, Integer date, Long deptId) { |
|
|
|
|
|
|
|
R<String> deptNameR = sysClient.getDeptName(deptId); |
|
|
|
|
|
|
|
if (!deptNameR.isSuccess()) { |
|
|
|
|
|
|
|
return R.fail("暂无该机构"); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
String deptName = deptNameR.getData(); |
|
|
|
|
|
|
|
R<List<Dept>> deptR = sysClient.getDeptByType("200000", deptId, 4); |
|
|
|
|
|
|
|
if (!deptR.isSuccess() || deptR.getData() == null) { |
|
|
|
|
|
|
|
return R.fail("该机构不包含水站信息"); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
List<Dept> deptList = deptR.getData().stream().filter(s -> s.getStationId() != null).collect(Collectors.toList()); |
|
|
|
|
|
|
|
if (deptList == null) { |
|
|
|
|
|
|
|
return R.fail("该机构不包含水站信息"); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
List<Long> deptIds = deptList.stream().map(s -> s.getId()).collect(Collectors.toList()); |
|
|
|
|
|
|
|
//其它普通数据
|
|
|
|
|
|
|
|
map.put("year", year); |
|
|
|
|
|
|
|
Integer yearBefore = year - 1; |
|
|
|
|
|
|
|
map.put("yearBefore", yearBefore); |
|
|
|
|
|
|
|
map.put("month", month); |
|
|
|
|
|
|
|
Integer monthBefore = month - 1; |
|
|
|
|
|
|
|
map.put("monthBefore", monthBefore); |
|
|
|
|
|
|
|
map.put("date", date); |
|
|
|
|
|
|
|
map.put("commissionTime", "commissionTime"); |
|
|
|
|
|
|
|
map.put("stationName", deptName); |
|
|
|
|
|
|
|
// 今年年度
|
|
|
|
|
|
|
|
String yearStart = TimeUtils.getYear(year); |
|
|
|
|
|
|
|
String yearEnd = TimeUtils.getYearEnd(year); |
|
|
|
|
|
|
|
String yearEndV2 = TimeUtils.getYearEndV2(year); |
|
|
|
|
|
|
|
//去年年度
|
|
|
|
|
|
|
|
String yearBeforeStart = TimeUtils.getYear(yearBefore); |
|
|
|
|
|
|
|
String yearBeforeEnd = TimeUtils.getYearEnd(yearBefore); |
|
|
|
|
|
|
|
// 今年当月
|
|
|
|
|
|
|
|
String monthStart = TimeUtils.getMonthStart(year, month); |
|
|
|
|
|
|
|
String monthEnd = TimeUtils.getMonthEnd(year, month); |
|
|
|
|
|
|
|
String monthEndV2 = TimeUtils.getMonthEndV2(year, month); |
|
|
|
|
|
|
|
// 今年上个月
|
|
|
|
|
|
|
|
String beforeMonthStart = TimeUtils.getMonthStart(year, monthBefore); |
|
|
|
|
|
|
|
String beforeMonthEnd = TimeUtils.getMonthEnd(year, monthBefore); |
|
|
|
|
|
|
|
// 去年当月
|
|
|
|
|
|
|
|
String monthStartBeforeYear = TimeUtils.getMonthStart(yearBefore, month); |
|
|
|
|
|
|
|
String monthEndBeforeYear = TimeUtils.getMonthEnd(yearBefore, month); |
|
|
|
|
|
|
|
// 所有设备信息
|
|
|
|
|
|
|
|
List<EminfoAndEmParamVo> devices = mainSystemMonitoringService.getEmInfoList(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
List<HydropowerUnitRealVo> reals = (List<HydropowerUnitRealVo>) redisTemplate.opsForValue().get(load_hydropower_unit_real_key); |
|
|
|
|
|
|
|
// R<Integer> installedCapacityCountByDepts = emParamClient.getInstalledCapacityCountByDepts(deptIds);
|
|
|
|
|
|
|
|
// if (installedCapacityCountByDepts.isSuccess()){
|
|
|
|
|
|
|
|
// double sum = Optional.ofNullable(installedCapacityCountByDepts.getData())
|
|
|
|
|
|
|
|
// .orElse(new ArrayList<>()).stream()
|
|
|
|
|
|
|
|
// .filter(s -> s.getInstalledCapacity() != null)
|
|
|
|
|
|
|
|
// .mapToDouble(HydropowerUnitRealVo::getInstalledCapacity).sum();
|
|
|
|
|
|
|
|
// map.put("installedCapacity", 0);
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
// List<HydropowerUnitRealVo> realsByDept = reals.stream().filter(s -> deptIds.contains(s.getDeptId())).collect(Collectors.toList());
|
|
|
|
|
|
|
|
// TODO 伪造数据
|
|
|
|
|
|
|
|
List<HydropowerUnitRealVo> realsByDept = reals.stream().filter(s -> deptIds.contains(s.getDeptId())).map(s->{s.setInstalledCapacity(3.2);return s;}).collect(Collectors.toList()); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 装机容量占比数据组装
|
|
|
|
|
|
|
|
//总容量
|
|
|
|
|
|
|
|
double sum = Optional.ofNullable(realsByDept) |
|
|
|
|
|
|
|
.orElse(new ArrayList<>()).stream() |
|
|
|
|
|
|
|
.filter(s -> s.getInstalledCapacity() != null) |
|
|
|
|
|
|
|
.mapToDouble(HydropowerUnitRealVo::getInstalledCapacity).sum(); |
|
|
|
|
|
|
|
map.put("installedCapacity", sum); |
|
|
|
|
|
|
|
//各站点分组
|
|
|
|
|
|
|
|
Map<Long, List<HydropowerUnitRealVo>> listMap = Optional.ofNullable(realsByDept) |
|
|
|
|
|
|
|
.orElse(new ArrayList<>()).stream() |
|
|
|
|
|
|
|
.filter(s -> s.getInstalledCapacity() != null) |
|
|
|
|
|
|
|
.collect(Collectors.groupingBy(HydropowerUnitRealVo::getDeptId)); |
|
|
|
|
|
|
|
Map<String, Double> capacityProportionMap = new HashMap<>(); |
|
|
|
|
|
|
|
for (Map.Entry<Long, List<HydropowerUnitRealVo>> longListEntry : listMap.entrySet()) { |
|
|
|
|
|
|
|
BigDecimal bigDecimal = BigDecimal.valueOf(0); |
|
|
|
|
|
|
|
for (HydropowerUnitRealVo hydropowerUnitRealVo : longListEntry.getValue()) { |
|
|
|
|
|
|
|
bigDecimal = BigDecimal.valueOf(hydropowerUnitRealVo.getInstalledCapacity()).add(bigDecimal); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
for (Dept dept : deptList) { |
|
|
|
|
|
|
|
if (dept.getId().equals(longListEntry.getKey())) { |
|
|
|
|
|
|
|
capacityProportionMap.put(dept.getDeptName(), bigDecimal.doubleValue()); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
//装机容量占比图
|
|
|
|
|
|
|
|
ImageEntity capacityProportionChart = JFreeUtil.pieChartByDouble("水电项目装机容量占比图", capacityProportionMap, 500, 400); |
|
|
|
|
|
|
|
map.put("capacityProportionChart", capacityProportionChart); |
|
|
|
|
|
|
|
//各发电站发电量环比图+表格数据组装
|
|
|
|
|
|
|
|
List<MonPowerPercentageVo> powerPercentageVoList = new ArrayList<>(); |
|
|
|
|
|
|
|
for (Dept dept : deptList) { |
|
|
|
|
|
|
|
MonPowerPercentageVo powerVo = new MonPowerPercentageVo(); |
|
|
|
|
|
|
|
powerVo.setDeptId(dept.getId()); |
|
|
|
|
|
|
|
powerVo.setDeptName(dept.getDeptName()); |
|
|
|
|
|
|
|
BigDecimal powerYear = new BigDecimal(0); |
|
|
|
|
|
|
|
BigDecimal powerYearBefore = new BigDecimal(0); |
|
|
|
|
|
|
|
BigDecimal powerMonth = new BigDecimal(0); |
|
|
|
|
|
|
|
BigDecimal powerMonthBefore = new BigDecimal(0); |
|
|
|
|
|
|
|
BigDecimal powerMonthYearBefore = new BigDecimal(0); |
|
|
|
|
|
|
|
Double planGeneration = 0d; |
|
|
|
|
|
|
|
// todo shuju
|
|
|
|
|
|
|
|
// List<PlanGenerationEntity> planYearData = planGenertionClient.getPlanGenerationByParam(null, Arrays.asList(dept.getId().toString()), year.toString());
|
|
|
|
|
|
|
|
PlanGenerationEntity planGenerationEntity=new PlanGenerationEntity(); |
|
|
|
|
|
|
|
planGenerationEntity.setPlanGeneration(2f); |
|
|
|
|
|
|
|
List<PlanGenerationEntity> planYearData =new ArrayList<>(); |
|
|
|
|
|
|
|
planYearData.add(planGenerationEntity); |
|
|
|
|
|
|
|
if (CollectionUtils.isNotEmpty(planYearData)) { |
|
|
|
|
|
|
|
planGeneration = Double.valueOf(planYearData.get(0).getPlanGeneration()); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
// 站点设备集合
|
|
|
|
|
|
|
|
List<EminfoAndEmParamVo> stationDevices = devices.stream().filter(device -> device.getCreateDept().equals(dept.getId())).collect(Collectors.toList()); |
|
|
|
|
|
|
|
for (EminfoAndEmParamVo device : stationDevices) { |
|
|
|
|
|
|
|
//今年发电量
|
|
|
|
|
|
|
|
// List<AnalyseDataTaosVO> analyseData = analyseDataService.periodTargetData(yearStart, yearEnd, 3, EquipmentConstants.CycleTypeEnum.YEAR_CYCLE.getType(), device.getEmCode(), HomePageConstant.ELECTRICITY_CONSUMPTION);
|
|
|
|
|
|
|
|
AnalyseDataTaosVO analyseData1=new AnalyseDataTaosVO(); |
|
|
|
|
|
|
|
analyseData1.setVal("2"); |
|
|
|
|
|
|
|
List<AnalyseDataTaosVO> analyseData =new ArrayList<>(); |
|
|
|
|
|
|
|
analyseData.add(analyseData1); |
|
|
|
|
|
|
|
// todo 数据还原
|
|
|
|
|
|
|
|
if (CollectionUtil.isNotEmpty(analyseData)) { |
|
|
|
|
|
|
|
BigDecimal yearPower = analyseData.stream().filter(ktv -> ktv.getVal() != null) |
|
|
|
|
|
|
|
.map(ktv -> BigDecimal.valueOf(Double.valueOf(ktv.getVal()))) |
|
|
|
|
|
|
|
.reduce(BigDecimal.ZERO, BigDecimal::add); |
|
|
|
|
|
|
|
powerYear = powerYear.add(yearPower); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
//去年发电量
|
|
|
|
|
|
|
|
// List<AnalyseDataTaosVO> analyseDataYearBefore = analyseDataService.periodTargetData(yearBeforeStart, yearBeforeEnd, 3, EquipmentConstants.CycleTypeEnum.YEAR_CYCLE.getType(), device.getEmCode(), HomePageConstant.ELECTRICITY_CONSUMPTION);
|
|
|
|
|
|
|
|
AnalyseDataTaosVO analyseDataYearBefore1=new AnalyseDataTaosVO(); |
|
|
|
|
|
|
|
analyseDataYearBefore1.setVal("16"); |
|
|
|
|
|
|
|
List<AnalyseDataTaosVO> analyseDataYearBefore =new ArrayList<>(); |
|
|
|
|
|
|
|
analyseDataYearBefore.add(analyseDataYearBefore1); |
|
|
|
|
|
|
|
// todo 数据还原
|
|
|
|
|
|
|
|
if (CollectionUtil.isNotEmpty(analyseDataYearBefore)) { |
|
|
|
|
|
|
|
BigDecimal powerBefore = analyseDataYearBefore.stream().filter(ktv -> ktv.getVal() != null) |
|
|
|
|
|
|
|
.map(ktv -> BigDecimal.valueOf(Double.valueOf(ktv.getVal()))) |
|
|
|
|
|
|
|
.reduce(BigDecimal.ZERO, BigDecimal::add); |
|
|
|
|
|
|
|
powerYearBefore = powerYearBefore.add(powerBefore); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
//今年当月发电量
|
|
|
|
|
|
|
|
// List<AnalyseDataTaosVO> analyseDataMonth = analyseDataService.periodTargetData(monthStart, monthEnd, 3, EquipmentConstants.CycleTypeEnum.MONTH_CYCLE.getType(), device.getEmCode(), HomePageConstant.ELECTRICITY_CONSUMPTION);
|
|
|
|
|
|
|
|
AnalyseDataTaosVO analyseDataMonth1=new AnalyseDataTaosVO(); |
|
|
|
|
|
|
|
analyseDataMonth1.setVal("0.66"); |
|
|
|
|
|
|
|
List<AnalyseDataTaosVO> analyseDataMonth =new ArrayList<>(); |
|
|
|
|
|
|
|
analyseDataMonth.add(analyseDataMonth1); |
|
|
|
|
|
|
|
// todo 数据还原
|
|
|
|
|
|
|
|
if (CollectionUtil.isNotEmpty(analyseDataMonth)) { |
|
|
|
|
|
|
|
BigDecimal powerBefore = analyseDataMonth.stream().filter(ktv -> ktv.getVal() != null) |
|
|
|
|
|
|
|
.map(ktv -> BigDecimal.valueOf(Double.valueOf(ktv.getVal()))) |
|
|
|
|
|
|
|
.reduce(BigDecimal.ZERO, BigDecimal::add); |
|
|
|
|
|
|
|
powerMonth = powerMonth.add(powerBefore); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
//上个月发电量
|
|
|
|
|
|
|
|
// List<AnalyseDataTaosVO> analyseDataMonthBefore = analyseDataService.periodTargetData(beforeMonthStart, beforeMonthEnd, 3, EquipmentConstants.CycleTypeEnum.MONTH_CYCLE.getType(), device.getEmCode(), HomePageConstant.ELECTRICITY_CONSUMPTION);
|
|
|
|
|
|
|
|
AnalyseDataTaosVO analyseDataMonthBefore1=new AnalyseDataTaosVO(); |
|
|
|
|
|
|
|
analyseDataMonthBefore1.setVal("0.56"); |
|
|
|
|
|
|
|
List<AnalyseDataTaosVO> analyseDataMonthBefore =new ArrayList<>(); |
|
|
|
|
|
|
|
analyseDataMonthBefore.add(analyseDataMonthBefore1); |
|
|
|
|
|
|
|
// todo 数据还原
|
|
|
|
|
|
|
|
if (CollectionUtil.isNotEmpty(analyseDataMonthBefore)) { |
|
|
|
|
|
|
|
BigDecimal powerBefore = analyseDataMonthBefore.stream().filter(ktv -> ktv.getVal() != null) |
|
|
|
|
|
|
|
.map(ktv -> BigDecimal.valueOf(Double.valueOf(ktv.getVal()))) |
|
|
|
|
|
|
|
.reduce(BigDecimal.ZERO, BigDecimal::add); |
|
|
|
|
|
|
|
powerMonthBefore = powerMonthBefore.add(powerBefore); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
//去年当月发电量
|
|
|
|
|
|
|
|
// List<AnalyseDataTaosVO> analyseDataMonthBeforeYear = analyseDataService.periodTargetData(monthStartBeforeYear, monthEndBeforeYear, 3, EquipmentConstants.CycleTypeEnum.MONTH_CYCLE.getType(), device.getEmCode(), HomePageConstant.ELECTRICITY_CONSUMPTION);
|
|
|
|
|
|
|
|
AnalyseDataTaosVO analyseDataMonthBeforeYear1=new AnalyseDataTaosVO(); |
|
|
|
|
|
|
|
analyseDataMonthBeforeYear1.setVal("0.3"); |
|
|
|
|
|
|
|
List<AnalyseDataTaosVO> analyseDataMonthBeforeYear =new ArrayList<>(); |
|
|
|
|
|
|
|
analyseDataMonthBeforeYear.add(analyseDataMonthBeforeYear1); |
|
|
|
|
|
|
|
// todo 数据还原
|
|
|
|
|
|
|
|
if (CollectionUtil.isNotEmpty(analyseDataMonthBeforeYear)) { |
|
|
|
|
|
|
|
BigDecimal powerBefore = analyseDataMonthBeforeYear.stream().filter(ktv -> ktv.getVal() != null) |
|
|
|
|
|
|
|
.map(ktv -> BigDecimal.valueOf(Double.valueOf(ktv.getVal()))) |
|
|
|
|
|
|
|
.reduce(BigDecimal.ZERO, BigDecimal::add); |
|
|
|
|
|
|
|
powerMonthYearBefore = powerMonthYearBefore.add(powerBefore); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
powerVo.setPowerYear(powerYear.doubleValue()); |
|
|
|
|
|
|
|
powerVo.setPowerYearBefore(powerYearBefore.doubleValue()); |
|
|
|
|
|
|
|
BigDecimal yearPercentage = new BigDecimal(0); |
|
|
|
|
|
|
|
BigDecimal planPercentage = new BigDecimal(0); |
|
|
|
|
|
|
|
if (powerYearBefore.compareTo(BigDecimal.ZERO)!=0) { |
|
|
|
|
|
|
|
yearPercentage = (powerYear.subtract(powerYearBefore)).divide(powerYearBefore, 2, BigDecimal.ROUND_UP); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
if (BigDecimal.valueOf(planGeneration).compareTo(BigDecimal.ZERO)!=0) { |
|
|
|
|
|
|
|
planPercentage = powerYear.divide(BigDecimal.valueOf(planGeneration), 2, BigDecimal.ROUND_UP); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
powerVo.setPlanPercentage(planPercentage.doubleValue()); |
|
|
|
|
|
|
|
powerVo.setPowerYearPercentage(yearPercentage.doubleValue()); |
|
|
|
|
|
|
|
powerVo.setPowerMon(powerMonth.doubleValue()); |
|
|
|
|
|
|
|
powerVo.setPowerMonBefore(powerMonthBefore.doubleValue()); |
|
|
|
|
|
|
|
powerVo.setPowerMonYearBefore(powerMonthYearBefore.doubleValue()); |
|
|
|
|
|
|
|
BigDecimal monPercentage = new BigDecimal(0); |
|
|
|
|
|
|
|
if (powerMonthYearBefore.compareTo(BigDecimal.ZERO)!=0) { |
|
|
|
|
|
|
|
monPercentage = (powerMonth.subtract(powerMonthYearBefore)).divide(powerMonthYearBefore, 2, BigDecimal.ROUND_UP); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
powerVo.setPowerMonPercentage(monPercentage.doubleValue()); |
|
|
|
|
|
|
|
powerPercentageVoList.add(powerVo); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
// 各发电站发电量环比图数据组装
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//柱状图图数据
|
|
|
|
|
|
|
|
// 创建数据
|
|
|
|
|
|
|
|
DefaultCategoryDataset powerDataset = new DefaultCategoryDataset(); |
|
|
|
|
|
|
|
for (MonPowerPercentageVo monPowerPercentageVo : powerPercentageVoList) { |
|
|
|
|
|
|
|
powerDataset.addValue(monPowerPercentageVo.getPowerMonYearBefore(),monthBefore +"月", monPowerPercentageVo.getDeptName()); |
|
|
|
|
|
|
|
powerDataset.addValue(monPowerPercentageVo.getPowerMon(), month +"月", monPowerPercentageVo.getDeptName()); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
String powerTitle=deptName+"水电运维项目各电站发电量环比对比图(万kWh)"; |
|
|
|
|
|
|
|
String powerDomainAxis="发电量"; |
|
|
|
|
|
|
|
String powerRangeAxis="站点名称"; |
|
|
|
|
|
|
|
ImageEntity powerChainHistogram = JFreeUtil.iCreateBarChart( powerTitle, powerDomainAxis, powerRangeAxis, powerDataset, 500, 400); |
|
|
|
|
|
|
|
map.put("powerChainHistogram", powerChainHistogram); |
|
|
|
|
|
|
|
//柱状图下的表格
|
|
|
|
|
|
|
|
if (powerPercentageVoList != null) { |
|
|
|
|
|
|
|
ArrayList<HashMap<String, String>> powerMap = new ArrayList<>(powerPercentageVoList.size()); |
|
|
|
|
|
|
|
for (MonPowerPercentageVo monPowerPercentageVo : powerPercentageVoList) { |
|
|
|
|
|
|
|
HashMap<String, String> power = new HashMap<>(); |
|
|
|
|
|
|
|
power.put("name", monPowerPercentageVo.getDeptName()); |
|
|
|
|
|
|
|
power.put("monthBefore", String.valueOf(monPowerPercentageVo.getPowerMonBefore())); |
|
|
|
|
|
|
|
power.put("month", String.valueOf(monPowerPercentageVo.getPowerMon())); |
|
|
|
|
|
|
|
powerMap.add(power); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
map.put("power", powerMap); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
//表格总计
|
|
|
|
|
|
|
|
List<PlanGenerationEntity> planYearAll = planGenertionClient.getPlanGenerationByParam(null, Arrays.asList(deptId.toString()), year.toString()); |
|
|
|
|
|
|
|
List<PlanGenerationEntity> planMonAll = planGenertionClient.getPlanGenerationByParam(null, Arrays.asList(deptId.toString()), year + "-" + month); |
|
|
|
|
|
|
|
getTabelSum(deptId, powerPercentageVoList, planYearAll, planMonAll, map); |
|
|
|
|
|
|
|
//发电情况统计表数据
|
|
|
|
|
|
|
|
if (powerPercentageVoList != null) { |
|
|
|
|
|
|
|
ArrayList<HashMap<String, String>> list = new ArrayList<>(powerPercentageVoList.size()); |
|
|
|
|
|
|
|
for (MonPowerPercentageVo monPowerPercentageVo : powerPercentageVoList) { |
|
|
|
|
|
|
|
HashMap<String, String> temp = new HashMap<>(8); |
|
|
|
|
|
|
|
temp.put("name", monPowerPercentageVo.getDeptName()); |
|
|
|
|
|
|
|
temp.put("powerMonBefore", String.valueOf(monPowerPercentageVo.getPowerMonYearBefore())); |
|
|
|
|
|
|
|
temp.put("powerYearBefore", String.valueOf(monPowerPercentageVo.getPowerYearBefore())); |
|
|
|
|
|
|
|
temp.put("mon",String.valueOf(monPowerPercentageVo.getPowerMon())); |
|
|
|
|
|
|
|
temp.put("year",String.valueOf(monPowerPercentageVo.getPowerYear())); |
|
|
|
|
|
|
|
temp.put("monPercentage", monPowerPercentageVo.getPowerMonPercentage()*100+"%"); |
|
|
|
|
|
|
|
temp.put("yearPercentage", monPowerPercentageVo.getPowerYearPercentage()*100+"%"); |
|
|
|
|
|
|
|
temp.put("plan",monPowerPercentageVo.getPlanPercentage()*100+"%"); |
|
|
|
|
|
|
|
list.add(temp); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
map.put("powerGeneration", list); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//本月缺陷
|
|
|
|
|
|
|
|
LambdaQueryWrapper<OperPhenomenonEntity> wrapper = Wrappers.lambdaQuery(); |
|
|
|
|
|
|
|
wrapper.ge(OperPhenomenonEntity::getCreateTime, monthStart); |
|
|
|
|
|
|
|
wrapper.le(OperPhenomenonEntity::getCreateTime, monthEndV2); |
|
|
|
|
|
|
|
wrapper.eq(OperPhenomenonEntity::getIsDefect, TreatMethodConstant.IS_DEFECT); |
|
|
|
|
|
|
|
wrapper.eq(OperPhenomenonEntity::getDiscriminateStatus, TreatMethodConstant.AUTO_SCREENED); |
|
|
|
|
|
|
|
wrapper.in(OperPhenomenonEntity::getCreateDept, deptIds); |
|
|
|
|
|
|
|
List<OperPhenomenonEntity> monPhenomenonList = operPhenomenonService.list(wrapper); |
|
|
|
|
|
|
|
monPhenomenonList= monPhenomenonList.stream().filter(s -> s.getDefectLevel() != null).collect(Collectors.toList()); |
|
|
|
|
|
|
|
List<OperPhenomenonEntity> monConclusionList = monPhenomenonList.stream().filter(s -> s.getConclusionStatus().equals(1)).collect(Collectors.toList()); |
|
|
|
|
|
|
|
// 各电站缺陷处理统计表
|
|
|
|
|
|
|
|
monConclusionList.stream().sorted(Comparator.comparing(OperPhenomenonEntity::getDefectGrading).reversed().thenComparing(OperPhenomenonEntity::getCreateTime)); |
|
|
|
|
|
|
|
ArrayList<HashMap<String, String>> checkList = new ArrayList<>(monConclusionList.size()); |
|
|
|
|
|
|
|
for (OperPhenomenonEntity operPhenomenonEntity : monConclusionList) { |
|
|
|
|
|
|
|
Long createDept = operPhenomenonEntity.getCreateDept(); |
|
|
|
|
|
|
|
R<String> createDeptName = sysClient.getDeptName(createDept); |
|
|
|
|
|
|
|
if (!createDeptName.isSuccess() && createDeptName.getData() != null) { |
|
|
|
|
|
|
|
continue; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
//表格数据
|
|
|
|
|
|
|
|
HashMap<String, String> temp = new HashMap<>(); |
|
|
|
|
|
|
|
temp.put("name", createDeptName.getData()); |
|
|
|
|
|
|
|
temp.put("level", operPhenomenonEntity.getDefectGrading()); |
|
|
|
|
|
|
|
temp.put("createTime", operPhenomenonEntity.getCreateTime().toString()); |
|
|
|
|
|
|
|
temp.put("findTime", operPhenomenonEntity.getFindTime().toString()); |
|
|
|
|
|
|
|
temp.put("descripiton", operPhenomenonEntity.getDescripiton()); |
|
|
|
|
|
|
|
temp.put("disposeDesc", operPhenomenonEntity.getDisposeDesc()); |
|
|
|
|
|
|
|
checkList.add(temp); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
map.put("checkList", checkList); |
|
|
|
|
|
|
|
//各电站缺陷统计表
|
|
|
|
|
|
|
|
//本年缺陷
|
|
|
|
|
|
|
|
LambdaQueryWrapper<OperPhenomenonEntity> wrapperYear = Wrappers.lambdaQuery(); |
|
|
|
|
|
|
|
wrapperYear.ge(OperPhenomenonEntity::getCreateTime, yearStart); |
|
|
|
|
|
|
|
wrapperYear.le(OperPhenomenonEntity::getCreateTime, yearEndV2); |
|
|
|
|
|
|
|
wrapperYear.eq(OperPhenomenonEntity::getIsDefect, TreatMethodConstant.IS_DEFECT); |
|
|
|
|
|
|
|
wrapperYear.eq(OperPhenomenonEntity::getDiscriminateStatus, TreatMethodConstant.AUTO_SCREENED); |
|
|
|
|
|
|
|
wrapperYear.in(OperPhenomenonEntity::getCreateDept, deptIds); |
|
|
|
|
|
|
|
List<OperPhenomenonEntity> yearPhenomenonEntities = operPhenomenonService.list(wrapperYear); |
|
|
|
|
|
|
|
yearPhenomenonEntities= yearPhenomenonEntities.stream().filter(s ->StringUtil.isNotBlank(s.getDefectGrading())).filter(s -> ObjectUtil.isNotEmpty(s.getCreateDept())).collect(Collectors.toList()); |
|
|
|
|
|
|
|
List<OperPhenomenonEntity> yearConclusionList = yearPhenomenonEntities.stream().filter(s -> s.getConclusionStatus().equals(1)).collect(Collectors.toList()); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ArrayList<HashMap<String, String>> checkStatistics = new ArrayList<>(); |
|
|
|
|
|
|
|
List<CheckChartVo> checkChartRes = new ArrayList<>(); |
|
|
|
|
|
|
|
if (CollectionUtil.isEmpty(yearPhenomenonEntities)) { |
|
|
|
|
|
|
|
//表格数据
|
|
|
|
|
|
|
|
HashMap<String, String> temp = new HashMap<>(); |
|
|
|
|
|
|
|
temp.put("deptName", "总计"); |
|
|
|
|
|
|
|
temp.put("checkLevel", "0"); |
|
|
|
|
|
|
|
temp.put("findShortagesMon", "0"); |
|
|
|
|
|
|
|
temp.put("shortagesMon", "0"); |
|
|
|
|
|
|
|
temp.put("findShortagesYear", "0"); |
|
|
|
|
|
|
|
temp.put("shortagesYear", "0"); |
|
|
|
|
|
|
|
temp.put("shortagesRate", "0"); |
|
|
|
|
|
|
|
checkList.add(temp); |
|
|
|
|
|
|
|
map.put("checkStatistics", checkStatistics); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
Map<Long, Map<String, List<OperPhenomenonEntity>>> phenomenonMap = yearPhenomenonEntities.stream().collect( |
|
|
|
|
|
|
|
Collectors.groupingBy(OperPhenomenonEntity::getCreateDept, |
|
|
|
|
|
|
|
Collectors.groupingBy(OperPhenomenonEntity::getDefectGrading))); |
|
|
|
|
|
|
|
for (Map.Entry<Long, Map<String, List<OperPhenomenonEntity>>> deptMapEntry : phenomenonMap.entrySet()) { |
|
|
|
|
|
|
|
R<String> deptName1 = sysClient.getDeptName(deptMapEntry.getKey()); |
|
|
|
|
|
|
|
for (Map.Entry<String, List<OperPhenomenonEntity>> levelList : deptMapEntry.getValue().entrySet()) { |
|
|
|
|
|
|
|
Integer findShortagesYear = levelList.getValue().size(); |
|
|
|
|
|
|
|
Integer shortagesYear = yearConclusionList.stream().filter(s -> s.getDefectLevel().equals(deptMapEntry)).filter(s -> s.getDefectLevel().equals(deptMapEntry)).collect(Collectors.toList()).size(); |
|
|
|
|
|
|
|
Double shortagesRate = 0d; |
|
|
|
|
|
|
|
if (findShortagesYear != 0 && shortagesYear != 0) { |
|
|
|
|
|
|
|
shortagesRate = BigDecimal.valueOf(shortagesYear).divide(BigDecimal.valueOf(findShortagesYear), 2, BigDecimal.ROUND_UP).doubleValue(); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
Integer findShortagesMon = Optional.ofNullable(monPhenomenonList).orElse(new ArrayList<>()).stream().filter(s -> s.getDefectLevel().equals(deptMapEntry)).filter(s -> s.getDefectLevel().equals(deptMapEntry)).collect(Collectors.toList()).size(); |
|
|
|
|
|
|
|
Integer shortagesMon = Optional.ofNullable(monConclusionList).orElse(new ArrayList<>()).stream().filter(s -> s.getDefectLevel().equals(deptMapEntry)).filter(s -> s.getDefectLevel().equals(deptMapEntry)).collect(Collectors.toList()).size(); |
|
|
|
|
|
|
|
CheckChartVo checkChartVo = new CheckChartVo(deptName1.getData(), levelList.getKey(), findShortagesMon, shortagesMon, findShortagesYear, shortagesYear, shortagesRate); |
|
|
|
|
|
|
|
checkChartRes.add(checkChartVo); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
// 总计
|
|
|
|
|
|
|
|
Map<String, List<OperPhenomenonEntity>> levelPhenomenonList = yearPhenomenonEntities.stream().collect(Collectors.groupingBy(OperPhenomenonEntity::getDefectGrading)); |
|
|
|
|
|
|
|
for (Map.Entry<String, List<OperPhenomenonEntity>> levelPhenomenon : levelPhenomenonList.entrySet()) { |
|
|
|
|
|
|
|
Integer findShortagesYear = levelPhenomenon.getValue().size(); |
|
|
|
|
|
|
|
Integer shortagesYear = Optional.ofNullable(yearConclusionList).orElse(new ArrayList<>()).stream().filter(s -> s.getDefectLevel().equals(levelPhenomenon)).collect(Collectors.toList()).size(); |
|
|
|
|
|
|
|
Double shortagesRate = 0d; |
|
|
|
|
|
|
|
if (findShortagesYear != 0 && shortagesYear != 0) { |
|
|
|
|
|
|
|
shortagesRate = BigDecimal.valueOf(shortagesYear).divide(BigDecimal.valueOf(findShortagesYear), 2, BigDecimal.ROUND_UP).doubleValue(); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
Integer findShortagesMon = Optional.ofNullable(monPhenomenonList).orElse(new ArrayList<>()).stream().filter(s -> s.getDefectLevel().equals(levelPhenomenon)).collect(Collectors.toList()).size(); |
|
|
|
|
|
|
|
Integer shortagesMon = Optional.ofNullable(monConclusionList).orElse(new ArrayList<>()).stream().filter(s -> s.getDefectLevel().equals(levelPhenomenon)).collect(Collectors.toList()).size(); |
|
|
|
|
|
|
|
CheckChartVo checkChartVo = new CheckChartVo("总计", levelPhenomenon.getKey(), findShortagesMon, shortagesMon, findShortagesYear, shortagesYear, shortagesRate); |
|
|
|
|
|
|
|
checkChartRes.add(checkChartVo); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
for (CheckChartVo checkChartRe : checkChartRes) { |
|
|
|
|
|
|
|
//表格数据
|
|
|
|
|
|
|
|
HashMap<String, String> temp = new HashMap<>(); |
|
|
|
|
|
|
|
temp.put("deptName", checkChartRe.getDeptName()); |
|
|
|
|
|
|
|
temp.put("checkLevel", checkChartRe.getCheckLevel()); |
|
|
|
|
|
|
|
temp.put("findShortagesMon",checkChartRe.getFindShortagesMon().toString()); |
|
|
|
|
|
|
|
temp.put("shortagesMon",checkChartRe.getShortagesMon().toString()); |
|
|
|
|
|
|
|
temp.put("findShortagesYear", checkChartRe.getShortagesYear().toString()); |
|
|
|
|
|
|
|
temp.put("shortagesYear", checkChartRe.getFindShortagesYear().toString()); |
|
|
|
|
|
|
|
temp.put("shortagesRate", checkChartRe.getShortagesRate().toString()); |
|
|
|
|
|
|
|
checkList.add(temp); |
|
|
|
|
|
|
|
map.put("checkStatistics", checkStatistics); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// if (CollectionUtils.isNotEmpty(ticketNumbers)) {
|
|
|
|
|
|
|
|
// String percent = PercentCountUtils.getPercent(evaluateEntities.size(), ticketNumbers.size());
|
|
|
|
|
|
|
|
// ticketCount.setPercentPassTicket(percent);
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
// 两票执行情况
|
|
|
|
|
|
|
|
R<List<WorkTicketInfoEntity>> yearTicket = ticketInfoClient.getWorkTicketByTime(yearStart, yearEndV2); |
|
|
|
|
|
|
|
R<List<StandardTicketInfoEntity>> yearOperateTicket = ticketInfoClient.getOperateTicketByTime(yearStart, yearEndV2); |
|
|
|
|
|
|
|
R<List<WorkTicketInfoEntity>> monthTicket = ticketInfoClient.getWorkTicketByTime(monthStart, monthEndV2); |
|
|
|
|
|
|
|
R<List<StandardTicketInfoEntity>> monthOperateTicket = ticketInfoClient.getOperateTicketByTime(monthStart, monthEndV2); |
|
|
|
|
|
|
|
if (!monthTicket.isSuccess() || !yearTicket.isSuccess() || !yearOperateTicket.isSuccess() || !monthOperateTicket.isSuccess()) { |
|
|
|
|
|
|
|
return R.fail("两票查询异常,请稍后重试"); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
List<TicketChartVo> ticketList = new ArrayList<>(); |
|
|
|
|
|
|
|
for (Dept dept : deptList) { |
|
|
|
|
|
|
|
String stationId = dept.getStationId(); |
|
|
|
|
|
|
|
if (stationId==null){ |
|
|
|
|
|
|
|
continue; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
TicketChartVo chartVo = new TicketChartVo(); |
|
|
|
|
|
|
|
chartVo.setDeptName(dept.getDeptName()); |
|
|
|
|
|
|
|
List<TicketChartCell> cellList = new ArrayList<>(); |
|
|
|
|
|
|
|
for (TicketConstants.TicketTypeNameEnum value : TicketConstants.TicketTypeNameEnum.values()) { |
|
|
|
|
|
|
|
TicketChartCell ticketChartCell = new TicketChartCell(); |
|
|
|
|
|
|
|
ticketChartCell.setTicketType(value.getType()); |
|
|
|
|
|
|
|
ticketChartCell.setTicketName(value.getFileName()); |
|
|
|
|
|
|
|
if (value.getTicketType()==2){ |
|
|
|
|
|
|
|
List<WorkTicketInfoEntity> yearTicketCollect = Optional.ofNullable(yearTicket.getData()).orElse(new ArrayList<>()).stream() |
|
|
|
|
|
|
|
.filter(s ->stationId.equals(s.getSignageCode())) |
|
|
|
|
|
|
|
.filter(s -> s.getType().equals(value.getType())).collect(Collectors.toList()); |
|
|
|
|
|
|
|
List<WorkTicketInfoEntity> monthTicketCollect = Optional.ofNullable(monthTicket.getData()).orElse(new ArrayList<>()).stream() |
|
|
|
|
|
|
|
.filter(s -> s.getSignageCode().equals(stationId)) |
|
|
|
|
|
|
|
.filter(s -> s.getType().equals(value.getType())).collect(Collectors.toList()); |
|
|
|
|
|
|
|
if (CollectionUtils.isNotEmpty(yearTicketCollect)){ |
|
|
|
|
|
|
|
//年合格率和数量
|
|
|
|
|
|
|
|
Integer count = yearTicketCollect.size(); |
|
|
|
|
|
|
|
ticketChartCell.setTicketYear(count); |
|
|
|
|
|
|
|
List<Long> ticketIds = yearTicketCollect.stream().map(s -> s.getId()).collect(Collectors.toList()); |
|
|
|
|
|
|
|
R<Long> ticketPassCount = ticketInfoClient.getTicketPassByIds(ticketIds); |
|
|
|
|
|
|
|
if (ticketPassCount.isSuccess() && ticketPassCount.getData() != null&&count!=0) { |
|
|
|
|
|
|
|
Double ticketYearPerc = BigDecimal.valueOf(ticketPassCount.getData()).divide(BigDecimal.valueOf(count), 2, BigDecimal.ROUND_UP).doubleValue(); |
|
|
|
|
|
|
|
ticketChartCell.setTicketYeaPercr(ticketYearPerc); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
if (CollectionUtils.isNotEmpty(monthTicketCollect)){ |
|
|
|
|
|
|
|
//月合格率和数量
|
|
|
|
|
|
|
|
Integer count = monthTicketCollect.size(); |
|
|
|
|
|
|
|
ticketChartCell.setTicketMon(count); |
|
|
|
|
|
|
|
List<Long> monthTicketIds = monthTicketCollect.stream().map(s -> s.getId()).collect(Collectors.toList()); |
|
|
|
|
|
|
|
R<Long> ticketMonthPassCount = ticketInfoClient.getTicketPassByIds(monthTicketIds); |
|
|
|
|
|
|
|
if (ticketMonthPassCount.isSuccess() && ticketMonthPassCount.getData() != null&&count!=0) { |
|
|
|
|
|
|
|
Double ticketMonthPerc = BigDecimal.valueOf(ticketMonthPassCount.getData()).divide(BigDecimal.valueOf(count), 2, BigDecimal.ROUND_UP).doubleValue(); |
|
|
|
|
|
|
|
ticketChartCell.setTicketMonPerc(ticketMonthPerc); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
if (value.getTicketType()==1){ |
|
|
|
|
|
|
|
List<StandardTicketInfoEntity> yearOperateCollect = Optional.ofNullable(yearOperateTicket.getData()).orElse(new ArrayList<>()).stream() |
|
|
|
|
|
|
|
.filter(s ->stationId.equals(s.getSignageCode())) |
|
|
|
|
|
|
|
.filter(s -> s.getTicketType().equals(value.getType())).collect(Collectors.toList()); |
|
|
|
|
|
|
|
List<StandardTicketInfoEntity> monthOperateCollect = Optional.ofNullable(monthOperateTicket.getData()).orElse(new ArrayList<>()).stream() |
|
|
|
|
|
|
|
.filter(s -> s.getSignageCode().equals(stationId)) |
|
|
|
|
|
|
|
.filter(s -> s.getTicketType().equals(value.getType())).collect(Collectors.toList()); |
|
|
|
|
|
|
|
if (CollectionUtils.isNotEmpty(yearOperateCollect)){ |
|
|
|
|
|
|
|
//年合格率和数量
|
|
|
|
|
|
|
|
Integer count = yearOperateCollect.size(); |
|
|
|
|
|
|
|
ticketChartCell.setTicketYear(count); |
|
|
|
|
|
|
|
List<Long> ticketIds = yearOperateCollect.stream().map(s -> s.getId()).collect(Collectors.toList()); |
|
|
|
|
|
|
|
R<Long> ticketPassCount = ticketInfoClient.getTicketPassByIds(ticketIds); |
|
|
|
|
|
|
|
if (ticketPassCount.isSuccess() && ticketPassCount.getData() != null&&count!=0) { |
|
|
|
|
|
|
|
Double ticketYearPerc = BigDecimal.valueOf(ticketPassCount.getData()).divide(BigDecimal.valueOf(count), 2, BigDecimal.ROUND_UP).doubleValue(); |
|
|
|
|
|
|
|
ticketChartCell.setTicketYeaPercr(ticketYearPerc); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
if (CollectionUtils.isNotEmpty(monthOperateCollect)){ |
|
|
|
|
|
|
|
//月合格率和数量
|
|
|
|
|
|
|
|
Integer count = monthOperateCollect.size(); |
|
|
|
|
|
|
|
ticketChartCell.setTicketMon(count); |
|
|
|
|
|
|
|
List<Long> monthTicketIds = monthOperateCollect.stream().map(s -> s.getId()).collect(Collectors.toList()); |
|
|
|
|
|
|
|
R<Long> ticketMonthPassCount = ticketInfoClient.getTicketPassByIds(monthTicketIds); |
|
|
|
|
|
|
|
if (ticketMonthPassCount.isSuccess() && ticketMonthPassCount.getData() != null&&count!=0) { |
|
|
|
|
|
|
|
Double ticketMonthPerc = BigDecimal.valueOf(ticketMonthPassCount.getData()).divide(BigDecimal.valueOf(count), 2, BigDecimal.ROUND_UP).doubleValue(); |
|
|
|
|
|
|
|
ticketChartCell.setTicketMonPerc(ticketMonthPerc); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
cellList.add(ticketChartCell); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
chartVo.setChartCells(cellList); |
|
|
|
|
|
|
|
ticketList.add(chartVo); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
List<TicketChartCell> sumCollect=new ArrayList<>(); |
|
|
|
|
|
|
|
ticketList.stream().map(s -> sumCollect.addAll(s.getChartCells())); |
|
|
|
|
|
|
|
Map<String, List<TicketChartCell>> groupingCollect = sumCollect.stream().collect(Collectors.groupingBy(TicketChartCell::getTicketType)); |
|
|
|
|
|
|
|
for (Map.Entry<String, List<TicketChartCell>> mapTicketChart : groupingCollect.entrySet()) { |
|
|
|
|
|
|
|
TicketChartCell sumCell=new TicketChartCell(); |
|
|
|
|
|
|
|
sumCell.setTicketType(mapTicketChart.getKey()); |
|
|
|
|
|
|
|
sumCell.setTicketName(TicketConstants.TicketTypeNameEnum.getTicketNameByType(mapTicketChart.getKey())); |
|
|
|
|
|
|
|
List<TicketChartCell> ticketChartValue = mapTicketChart.getValue(); |
|
|
|
|
|
|
|
sumCell.setTicketMon(ticketChartValue.stream().mapToInt(TicketChartCell::getTicketMon).sum()); |
|
|
|
|
|
|
|
sumCell.setTicketYear(ticketChartValue.stream().mapToInt(TicketChartCell::getTicketYear).sum()); |
|
|
|
|
|
|
|
sumCell.setTicketMonPerc(ticketChartValue.stream().mapToDouble(TicketChartCell::getTicketMonPerc).sum()); |
|
|
|
|
|
|
|
sumCell.setTicketYeaPercr(ticketChartValue.stream().mapToDouble(TicketChartCell::getTicketYeaPercr).sum()); |
|
|
|
|
|
|
|
sumCollect.add(sumCell); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
TicketChartVo ticketChartVo=new TicketChartVo(); |
|
|
|
|
|
|
|
ticketChartVo.setDeptName("总计"); |
|
|
|
|
|
|
|
ticketChartVo.setChartCells(sumCollect); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//两票表格数据
|
|
|
|
|
|
|
|
ArrayList<HashMap<String, String>> ticketListRes = new ArrayList<>(); |
|
|
|
|
|
|
|
for (TicketChartVo chartVo : ticketList) { |
|
|
|
|
|
|
|
HashMap<String, String> ticketMap = new HashMap<>(); |
|
|
|
|
|
|
|
for (TicketChartCell chartCell : chartVo.getChartCells()) { |
|
|
|
|
|
|
|
String ticketType = chartCell.getTicketType(); |
|
|
|
|
|
|
|
ticketMap.put("deptName",chartVo.getDeptName()); |
|
|
|
|
|
|
|
ticketMap.put("info","执行"); |
|
|
|
|
|
|
|
ticketMap.put("infoPass","合格率"); |
|
|
|
|
|
|
|
ticketMap.put("ticketMon"+ticketType,String.valueOf(chartCell.getTicketMon())); |
|
|
|
|
|
|
|
ticketMap.put("ticketYear"+ticketType,String.valueOf(chartCell.getTicketYear())); |
|
|
|
|
|
|
|
ticketMap.put("ticketMonPerc"+ticketType,String.valueOf(chartCell.getTicketMonPerc())); |
|
|
|
|
|
|
|
ticketMap.put("ticketYeaPercr"+ticketType,String.valueOf(chartCell.getTicketYeaPercr())); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
ticketListRes.add(ticketMap); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
map.put("ticketList", ticketListRes); |
|
|
|
|
|
|
|
//两票柱状图数据
|
|
|
|
|
|
|
|
// 创建数据
|
|
|
|
|
|
|
|
DefaultCategoryDataset dataset = new DefaultCategoryDataset(); |
|
|
|
|
|
|
|
for (TicketChartVo chartVo : ticketList) { |
|
|
|
|
|
|
|
for (int i = 0; i < chartVo.getChartCells().size(); i++) { |
|
|
|
|
|
|
|
TicketChartCell ticketChartCell = chartVo.getChartCells().get(i); |
|
|
|
|
|
|
|
dataset.addValue(ticketChartCell.getTicketMon(), String.valueOf(i), ticketChartCell.getTicketName()); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
DefaultCategoryDataset datasetLine = new DefaultCategoryDataset(); |
|
|
|
|
|
|
|
for (TicketChartVo chartVo : ticketList) { |
|
|
|
|
|
|
|
for (int i = 0; i < chartVo.getChartCells().size(); i++) { |
|
|
|
|
|
|
|
TicketChartCell ticketChartCell = chartVo.getChartCells().get(i); |
|
|
|
|
|
|
|
datasetLine.addValue(ticketChartCell.getTicketMonPerc(), ticketChartCell.getTicketName(), ticketChartCell.getTicketName()); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
String title=deptName+"水电运维项目两票统计表"; |
|
|
|
|
|
|
|
String domainAxis="数量"; |
|
|
|
|
|
|
|
String rangeAxis="票据类型"; |
|
|
|
|
|
|
|
ImageEntity ticketImage = JFreeUtil.iCreateBarLineChart(true, title, domainAxis, rangeAxis, dataset, datasetLine,662, 378); |
|
|
|
|
|
|
|
map.put("ticketImage", ticketImage); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// //模拟表格数据
|
|
|
|
|
|
|
|
// ArrayList<HashMap<String, String>> list = new ArrayList<>(2);
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// HashMap<String, String> temp = new HashMap<>(3);
|
|
|
|
|
|
|
|
// temp.put("name", "name1");
|
|
|
|
|
|
|
|
//// temp.put("name", "第一个人");
|
|
|
|
|
|
|
|
//// temp.put("age", "23");
|
|
|
|
|
|
|
|
// list.add(temp);
|
|
|
|
|
|
|
|
// temp = new HashMap<>(3);
|
|
|
|
|
|
|
|
// temp.put("name", "2");
|
|
|
|
|
|
|
|
//// temp.put("name", "第二个人");
|
|
|
|
|
|
|
|
//// temp.put("age", "24");
|
|
|
|
|
|
|
|
// list.add(temp);
|
|
|
|
|
|
|
|
// map.put("safelist", list);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// //模拟柱状图图数据
|
|
|
|
|
|
|
|
// String[] monthArray = {"一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月"};
|
|
|
|
|
|
|
|
// double[] value = {20, 30, 25, 50, 40, 25, 50, 40};
|
|
|
|
|
|
|
|
// ImageEntity lineEntity = JFreeUtil.lineChart("测试111", monthArray, value, 300, 200);
|
|
|
|
|
|
|
|
// map.put("lineEntity", lineEntity);
|
|
|
|
|
|
|
|
return R.success("成功"); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private static void getTabelSum(Long deptId, List<MonPowerPercentageVo> powerPercentageVoList, List<PlanGenerationEntity> planYearAll, List<PlanGenerationEntity> planMonAll, HashMap<String, Object> map) { |
|
|
|
|
|
|
|
Float planGeneration = 0f; |
|
|
|
|
|
|
|
if (CollectionUtil.isNotEmpty(planYearAll)) { |
|
|
|
|
|
|
|
planGeneration = planYearAll.get(0).getPlanGeneration(); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
Float planMonGeneration = 0f; |
|
|
|
|
|
|
|
if (CollectionUtil.isNotEmpty(planYearAll)) { |
|
|
|
|
|
|
|
planMonGeneration = planMonAll.get(0).getPlanGeneration(); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
MonPowerPercentageVo powerVo = new MonPowerPercentageVo(); |
|
|
|
|
|
|
|
powerVo.setDeptId(deptId); |
|
|
|
|
|
|
|
powerVo.setDeptName("总计"); |
|
|
|
|
|
|
|
BigDecimal powerYear = powerPercentageVoList.stream() |
|
|
|
|
|
|
|
.map(ktv -> BigDecimal.valueOf(ktv.getPowerYear())) |
|
|
|
|
|
|
|
.reduce(BigDecimal.ZERO, BigDecimal::add); |
|
|
|
|
|
|
|
powerVo.setPowerYear(powerYear.doubleValue()); |
|
|
|
|
|
|
|
map.put("powerYear", powerYear.toString()); |
|
|
|
|
|
|
|
BigDecimal powerYearBefore = powerPercentageVoList.stream() |
|
|
|
|
|
|
|
.map(ktv -> BigDecimal.valueOf(ktv.getPowerYearBefore())) |
|
|
|
|
|
|
|
.reduce(BigDecimal.ZERO, BigDecimal::add); |
|
|
|
|
|
|
|
powerVo.setPowerYearBefore(powerYearBefore.doubleValue()); |
|
|
|
|
|
|
|
BigDecimal yearPercentage = new BigDecimal(0); |
|
|
|
|
|
|
|
BigDecimal planPercentage = new BigDecimal(0); |
|
|
|
|
|
|
|
if (powerYearBefore.compareTo(BigDecimal.ZERO)!=0) { |
|
|
|
|
|
|
|
// 年累计环比
|
|
|
|
|
|
|
|
yearPercentage = (powerYear.subtract(powerYearBefore)).divide(powerYearBefore, 2, BigDecimal.ROUND_UP); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
if (BigDecimal.valueOf(planGeneration).compareTo(BigDecimal.ZERO)!=0) { |
|
|
|
|
|
|
|
planPercentage = powerYear.divide(BigDecimal.valueOf(planGeneration), 2, BigDecimal.ROUND_UP); |
|
|
|
|
|
|
|
// 年计划完成率
|
|
|
|
|
|
|
|
map.put("yearCompletionRate", planPercentage.toString()); |
|
|
|
|
|
|
|
}else { |
|
|
|
|
|
|
|
map.put("yearCompletionRate", 0); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
powerVo.setPowerYearPercentage(yearPercentage.doubleValue()); |
|
|
|
|
|
|
|
powerVo.setPlanPercentage(planPercentage.doubleValue()); |
|
|
|
|
|
|
|
BigDecimal powerMonth = powerPercentageVoList.stream() |
|
|
|
|
|
|
|
.map(ktv -> BigDecimal.valueOf(ktv.getPowerMon())) |
|
|
|
|
|
|
|
.reduce(BigDecimal.ZERO, BigDecimal::add); |
|
|
|
|
|
|
|
// 项目月发电量
|
|
|
|
|
|
|
|
powerVo.setPowerMon(powerMonth.doubleValue()); |
|
|
|
|
|
|
|
map.put("powerMon", powerMonth.toString()); |
|
|
|
|
|
|
|
// 项目月计划完成量
|
|
|
|
|
|
|
|
BigDecimal planMonPercentage = new BigDecimal(0); |
|
|
|
|
|
|
|
if (powerMonth.compareTo(BigDecimal.ZERO)!=0 &&BigDecimal.valueOf(planMonGeneration).compareTo(BigDecimal.ZERO)!=0) { |
|
|
|
|
|
|
|
planMonPercentage = powerMonth.divide(BigDecimal.valueOf(planMonGeneration), 2, BigDecimal.ROUND_UP); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
map.put("monCompletionRate", planMonPercentage); |
|
|
|
|
|
|
|
BigDecimal powerMonthBefore = powerPercentageVoList.stream() |
|
|
|
|
|
|
|
.map(ktv -> BigDecimal.valueOf(ktv.getPowerMonBefore())) |
|
|
|
|
|
|
|
.reduce(BigDecimal.ZERO, BigDecimal::add); |
|
|
|
|
|
|
|
powerVo.setPowerMonBefore(powerMonthBefore.doubleValue()); |
|
|
|
|
|
|
|
BigDecimal powerMonthYearBefore = powerPercentageVoList.stream() |
|
|
|
|
|
|
|
.map(ktv -> BigDecimal.valueOf(ktv.getPowerMonYearBefore())) |
|
|
|
|
|
|
|
.reduce(BigDecimal.ZERO, BigDecimal::add); |
|
|
|
|
|
|
|
powerVo.setPowerMonYearBefore(powerMonthYearBefore.doubleValue()); |
|
|
|
|
|
|
|
BigDecimal monPercentage = new BigDecimal(0); |
|
|
|
|
|
|
|
if (powerMonthYearBefore.compareTo(BigDecimal.ZERO)!=0) { |
|
|
|
|
|
|
|
monPercentage =(powerMonth.subtract(powerMonthYearBefore)).divide(powerMonthYearBefore, 2, BigDecimal.ROUND_UP); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
//发电量环比增加
|
|
|
|
|
|
|
|
BigDecimal monAdd = powerMonth.subtract(powerMonthBefore); |
|
|
|
|
|
|
|
if (powerMonthBefore.compareTo(BigDecimal.ZERO)==0) { |
|
|
|
|
|
|
|
map.put("percentageAdd", 0); |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
map.put("percentageAdd", monAdd.divide(powerMonthBefore, 2, BigDecimal.ROUND_UP).toString()); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
powerVo.setPowerMonPercentage(monPercentage.doubleValue()); |
|
|
|
|
|
|
|
powerPercentageVoList.add(powerVo); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* 首行表头样式 |
|
|
|
* 首行表头样式 |
|
|
|
* |
|
|
|
* |
|
|
@ -406,7 +1078,7 @@ public class AreaMonthReportServiceImpl implements IAreaMonthReportService { |
|
|
|
* |
|
|
|
* |
|
|
|
* @return |
|
|
|
* @return |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
private List<AreaMonthReportVo> getAreaMonthReport(String date,boolean isSendFlag) { |
|
|
|
private List<AreaMonthReportVo> getAreaMonthReport(String date, boolean isSendFlag) { |
|
|
|
R<List<Dept>> D = sysClient.getDeptByCurrentUser(); |
|
|
|
R<List<Dept>> D = sysClient.getDeptByCurrentUser(); |
|
|
|
if (!D.isSuccess() || CollectionUtil.isEmpty(D.getData())) { |
|
|
|
if (!D.isSuccess() || CollectionUtil.isEmpty(D.getData())) { |
|
|
|
return null; |
|
|
|
return null; |
|
|
@ -419,9 +1091,9 @@ public class AreaMonthReportServiceImpl implements IAreaMonthReportService { |
|
|
|
if (MapUtils.isEmpty(map)) { |
|
|
|
if (MapUtils.isEmpty(map)) { |
|
|
|
return null; |
|
|
|
return null; |
|
|
|
} |
|
|
|
} |
|
|
|
if(isSendFlag){ |
|
|
|
if (isSendFlag) { |
|
|
|
// 发送邮件
|
|
|
|
// 发送邮件
|
|
|
|
this.sendMonthReport(map,D.getData()); |
|
|
|
this.sendMonthReport(map, D.getData()); |
|
|
|
} |
|
|
|
} |
|
|
|
return map.get(date); |
|
|
|
return map.get(date); |
|
|
|
} |
|
|
|
} |
|
|
@ -509,9 +1181,9 @@ public class AreaMonthReportServiceImpl implements IAreaMonthReportService { |
|
|
|
// 站点实际发电量
|
|
|
|
// 站点实际发电量
|
|
|
|
Map<Long, Float> actualMap = getActualPower(powerMap, stationList, mon + "-01"); |
|
|
|
Map<Long, Float> actualMap = getActualPower(powerMap, stationList, mon + "-01"); |
|
|
|
// 站点去年发电量
|
|
|
|
// 站点去年发电量
|
|
|
|
Map<Long, Float> oldActualMap = getActualPower(powerMap, stationList, getLastyear(1,mon)); |
|
|
|
Map<Long, Float> oldActualMap = getActualPower(powerMap, stationList, getLastyear(1, mon)); |
|
|
|
// 站点前发电量
|
|
|
|
// 站点前发电量
|
|
|
|
Map<Long, Float> oldOldActualMap = getActualPower(powerMap, stationList, getLastyear(2,mon)); |
|
|
|
Map<Long, Float> oldOldActualMap = getActualPower(powerMap, stationList, getLastyear(2, mon)); |
|
|
|
// 取机构中区域部分
|
|
|
|
// 取机构中区域部分
|
|
|
|
List<Dept> areaList = deptList.stream().filter(o -> o.getDeptCategory().equals(3)).collect(Collectors.toList()); |
|
|
|
List<Dept> areaList = deptList.stream().filter(o -> o.getDeptCategory().equals(3)).collect(Collectors.toList()); |
|
|
|
if (CollectionUtil.isEmpty(areaList)) { |
|
|
|
if (CollectionUtil.isEmpty(areaList)) { |
|
|
@ -535,11 +1207,11 @@ public class AreaMonthReportServiceImpl implements IAreaMonthReportService { |
|
|
|
// 日常维护、巡检任务、缺陷数、消缺率、检修任务
|
|
|
|
// 日常维护、巡检任务、缺陷数、消缺率、检修任务
|
|
|
|
this.taskMonth(Collections.singletonList(area.getId()), areaMonthReport, mon + "-01 00:00:00", getStrEndTime(mon)); |
|
|
|
this.taskMonth(Collections.singletonList(area.getId()), areaMonthReport, mon + "-01 00:00:00", getStrEndTime(mon)); |
|
|
|
// 预测
|
|
|
|
// 预测
|
|
|
|
this.getPredictPlanPower(oldActualMap,oldOldActualMap,areaStationList,areaMonthReport); |
|
|
|
this.getPredictPlanPower(oldActualMap, oldOldActualMap, areaStationList, areaMonthReport); |
|
|
|
// 安全生产会议次数、月度检查报告、技能培训、安全大检查
|
|
|
|
// 安全生产会议次数、月度检查报告、技能培训、安全大检查
|
|
|
|
this.getSecurityCheck(Collections.singletonList(area.getId()),areaMonthReport,mon + "-01 00:00:00", getStrEndTime(mon)); |
|
|
|
this.getSecurityCheck(Collections.singletonList(area.getId()), areaMonthReport, mon + "-01 00:00:00", getStrEndTime(mon)); |
|
|
|
// 设备试验
|
|
|
|
// 设备试验
|
|
|
|
this.getDeviceTry(mon + "-01 00:00:00", getStrEndTime(mon), Collections.singletonList(area.getId()),areaMonthReport); |
|
|
|
this.getDeviceTry(mon + "-01 00:00:00", getStrEndTime(mon), Collections.singletonList(area.getId()), areaMonthReport); |
|
|
|
areaMonthReportVoList.add(areaMonthReport); |
|
|
|
areaMonthReportVoList.add(areaMonthReport); |
|
|
|
}); |
|
|
|
}); |
|
|
|
return areaMonthReportVoList; |
|
|
|
return areaMonthReportVoList; |
|
|
@ -547,6 +1219,7 @@ public class AreaMonthReportServiceImpl implements IAreaMonthReportService { |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* 预测发电量 |
|
|
|
* 预测发电量 |
|
|
|
|
|
|
|
* |
|
|
|
* @param oldActualMap |
|
|
|
* @param oldActualMap |
|
|
|
* @param oldOldActualMap |
|
|
|
* @param oldOldActualMap |
|
|
|
* @param areaStationList |
|
|
|
* @param areaStationList |
|
|
@ -556,12 +1229,12 @@ public class AreaMonthReportServiceImpl implements IAreaMonthReportService { |
|
|
|
areaMonthReport.setPredictPlanPower(0.0); |
|
|
|
areaMonthReport.setPredictPlanPower(0.0); |
|
|
|
// 实际发电量
|
|
|
|
// 实际发电量
|
|
|
|
List<Long> ids = areaStationList.stream().map(StationEntity::getId).collect(Collectors.toList()); |
|
|
|
List<Long> ids = areaStationList.stream().map(StationEntity::getId).collect(Collectors.toList()); |
|
|
|
if(CollectionUtil.isEmpty(ids)){ |
|
|
|
if (CollectionUtil.isEmpty(ids)) { |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
double oldActualPower = oldActualMap.entrySet().stream().filter(e -> ids.contains(e.getKey())).mapToDouble(Map.Entry::getValue).sum(); |
|
|
|
double oldActualPower = oldActualMap.entrySet().stream().filter(e -> ids.contains(e.getKey())).mapToDouble(Map.Entry::getValue).sum(); |
|
|
|
double oldOldActualPower = oldOldActualMap.entrySet().stream().filter(e -> ids.contains(e.getKey())).mapToDouble(Map.Entry::getValue).sum(); |
|
|
|
double oldOldActualPower = oldOldActualMap.entrySet().stream().filter(e -> ids.contains(e.getKey())).mapToDouble(Map.Entry::getValue).sum(); |
|
|
|
if(Math.abs(oldActualPower) <= 0 && Math.abs(oldOldActualPower) <= 0 ){ |
|
|
|
if (Math.abs(oldActualPower) <= 0 && Math.abs(oldOldActualPower) <= 0) { |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
double predictPlanPower = BigDecimal.valueOf((oldActualPower + oldOldActualPower) / 2).setScale(2, BigDecimal.ROUND_HALF_UP).doubleValue(); |
|
|
|
double predictPlanPower = BigDecimal.valueOf((oldActualPower + oldOldActualPower) / 2).setScale(2, BigDecimal.ROUND_HALF_UP).doubleValue(); |
|
|
@ -580,19 +1253,19 @@ public class AreaMonthReportServiceImpl implements IAreaMonthReportService { |
|
|
|
} |
|
|
|
} |
|
|
|
// 获取邮件接收人
|
|
|
|
// 获取邮件接收人
|
|
|
|
Dept dept = list.stream().min(Comparator.comparing(Dept::getDeptCategory)).get(); |
|
|
|
Dept dept = list.stream().min(Comparator.comparing(Dept::getDeptCategory)).get(); |
|
|
|
if(ObjectUtil.isEmpty(dept)){ |
|
|
|
if (ObjectUtil.isEmpty(dept)) { |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
R<List<User>> userR = userClient.userListByDeptAndChildrenWithAuth(dept.getId()); |
|
|
|
R<List<User>> userR = userClient.userListByDeptAndChildrenWithAuth(dept.getId()); |
|
|
|
if(!userR.isSuccess() && CollectionUtil.isEmpty(userR.getData())){ |
|
|
|
if (!userR.isSuccess() && CollectionUtil.isEmpty(userR.getData())) { |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
List<User> userList = userR.getData().stream().filter(o->dept.getId().equals(o.getCreateDept())).collect(Collectors.toList()); |
|
|
|
List<User> userList = userR.getData().stream().filter(o -> dept.getId().equals(o.getCreateDept())).collect(Collectors.toList()); |
|
|
|
if(CollectionUtil.isEmpty(userList)){ |
|
|
|
if (CollectionUtil.isEmpty(userList)) { |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
List<String> mailList = userList.stream().map(User::getEmail).filter(StringUtil::isNotBlank).collect(Collectors.toList()); |
|
|
|
List<String> mailList = userList.stream().map(User::getEmail).filter(StringUtil::isNotBlank).collect(Collectors.toList()); |
|
|
|
if(CollectionUtil.isEmpty(mailList)){ |
|
|
|
if (CollectionUtil.isEmpty(mailList)) { |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
// 获取月报数据
|
|
|
|
// 获取月报数据
|
|
|
@ -608,7 +1281,7 @@ public class AreaMonthReportServiceImpl implements IAreaMonthReportService { |
|
|
|
Map<String, Object> param = new HashMap<>(); |
|
|
|
Map<String, Object> param = new HashMap<>(); |
|
|
|
param.put("templatePath", "/data/hzims/message/mail/template/stationRunMonthReport.html"); |
|
|
|
param.put("templatePath", "/data/hzims/message/mail/template/stationRunMonthReport.html"); |
|
|
|
Map<String, Object> parameters = new HashMap<>(); |
|
|
|
Map<String, Object> parameters = new HashMap<>(); |
|
|
|
parameters.put("data",entityList); |
|
|
|
parameters.put("data", entityList); |
|
|
|
param.put("parameters", parameters); |
|
|
|
param.put("parameters", parameters); |
|
|
|
pushDto.setExtras(param); |
|
|
|
pushDto.setExtras(param); |
|
|
|
pushDto.setText("水电站生产运行月报内容"); |
|
|
|
pushDto.setText("水电站生产运行月报内容"); |
|
|
@ -692,7 +1365,7 @@ public class AreaMonthReportServiceImpl implements IAreaMonthReportService { |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
float actualPower = 0f; |
|
|
|
float actualPower = 0f; |
|
|
|
if(ObjectUtil.isNotEmpty(monthMap.get(month))){ |
|
|
|
if (ObjectUtil.isNotEmpty(monthMap.get(month))) { |
|
|
|
actualPower = monthMap.get(month); |
|
|
|
actualPower = monthMap.get(month); |
|
|
|
} |
|
|
|
} |
|
|
|
actualPowerMap.put(key, actualPower); |
|
|
|
actualPowerMap.put(key, actualPower); |
|
|
@ -854,12 +1527,13 @@ public class AreaMonthReportServiceImpl implements IAreaMonthReportService { |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* 安全检查 |
|
|
|
* 安全检查 |
|
|
|
|
|
|
|
* |
|
|
|
* @param areas |
|
|
|
* @param areas |
|
|
|
* @param areaMonthReport |
|
|
|
* @param areaMonthReport |
|
|
|
* @param startTime |
|
|
|
* @param startTime |
|
|
|
* @param endTime |
|
|
|
* @param endTime |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
private void getSecurityCheck(List<Long> areas, AreaMonthReportVo areaMonthReport,String startTime,String endTime) { |
|
|
|
private void getSecurityCheck(List<Long> areas, AreaMonthReportVo areaMonthReport, String startTime, String endTime) { |
|
|
|
areaMonthReport.setSafetyMeeting(0); |
|
|
|
areaMonthReport.setSafetyMeeting(0); |
|
|
|
areaMonthReport.setSelfReport(0); |
|
|
|
areaMonthReport.setSelfReport(0); |
|
|
|
areaMonthReport.setSkillTrainy(0); |
|
|
|
areaMonthReport.setSkillTrainy(0); |
|
|
@ -871,7 +1545,7 @@ public class AreaMonthReportServiceImpl implements IAreaMonthReportService { |
|
|
|
map.put("deptList", areas); |
|
|
|
map.put("deptList", areas); |
|
|
|
// 调用安全大检查fegin接口
|
|
|
|
// 调用安全大检查fegin接口
|
|
|
|
R<Map<String, Object>> R = safeCheckClient.getCount(map); |
|
|
|
R<Map<String, Object>> R = safeCheckClient.getCount(map); |
|
|
|
if(!R.isSuccess() || MapUtils.isEmpty(R.getData())){ |
|
|
|
if (!R.isSuccess() || MapUtils.isEmpty(R.getData())) { |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
// 安全生产会议
|
|
|
|
// 安全生产会议
|
|
|
@ -886,19 +1560,20 @@ public class AreaMonthReportServiceImpl implements IAreaMonthReportService { |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* 获取设备试验数据 |
|
|
|
* 获取设备试验数据 |
|
|
|
|
|
|
|
* |
|
|
|
* @param startTime |
|
|
|
* @param startTime |
|
|
|
* @param endTime |
|
|
|
* @param endTime |
|
|
|
* @param areas |
|
|
|
* @param areas |
|
|
|
* @param areaMonthReport |
|
|
|
* @param areaMonthReport |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
private void getDeviceTry(String startTime,String endTime,List<Long> areas,AreaMonthReportVo areaMonthReport) { |
|
|
|
private void getDeviceTry(String startTime, String endTime, List<Long> areas, AreaMonthReportVo areaMonthReport) { |
|
|
|
areaMonthReport.setDeviceTry(0); |
|
|
|
areaMonthReport.setDeviceTry(0); |
|
|
|
SafeEquipmentTrialDTO request = new SafeEquipmentTrialDTO(); |
|
|
|
SafeEquipmentTrialDTO request = new SafeEquipmentTrialDTO(); |
|
|
|
request.setDeptList(areas); |
|
|
|
request.setDeptList(areas); |
|
|
|
request.setStartTime(startTime); |
|
|
|
request.setStartTime(startTime); |
|
|
|
request.setEndTime(endTime); |
|
|
|
request.setEndTime(endTime); |
|
|
|
R<Integer> R = safeEquipmentTrialClient.getCount(request); |
|
|
|
R<Integer> R = safeEquipmentTrialClient.getCount(request); |
|
|
|
if(!R.isSuccess() || ObjectUtil.isEmpty(R.getData())){ |
|
|
|
if (!R.isSuccess() || ObjectUtil.isEmpty(R.getData())) { |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
areaMonthReport.setDeviceTry(R.getData()); |
|
|
|
areaMonthReport.setDeviceTry(R.getData()); |
|
|
@ -909,7 +1584,7 @@ public class AreaMonthReportServiceImpl implements IAreaMonthReportService { |
|
|
|
* |
|
|
|
* |
|
|
|
* @return |
|
|
|
* @return |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
private String getLastyear(int year,String mon) { |
|
|
|
private String getLastyear(int year, String mon) { |
|
|
|
try { |
|
|
|
try { |
|
|
|
Date date = sdf.parse(mon + "-01 00:00:00"); |
|
|
|
Date date = sdf.parse(mon + "-01 00:00:00"); |
|
|
|
Calendar calendar = Calendar.getInstance(); |
|
|
|
Calendar calendar = Calendar.getInstance(); |
|
|
|