|
@@ -2070,23 +2070,23 @@ public class TMonthlyProductionReportServiceImpl implements ITMonthlyProductionR
|
|
monthlyProductionReportVOs.add(new MonthlyProductionReportVO("summary_cl_rlq","燃料气产量","t"));
|
|
monthlyProductionReportVOs.add(new MonthlyProductionReportVO("summary_cl_rlq","燃料气产量","t"));
|
|
monthlyProductionReportVOs.add(new MonthlyProductionReportVO("summary_cl_jzs","精制水产量","t"));
|
|
monthlyProductionReportVOs.add(new MonthlyProductionReportVO("summary_cl_jzs","精制水产量","t"));
|
|
monthlyProductionReportVOs.add(new MonthlyProductionReportVO("summary_cl_tpny","透平凝液产量","t"));
|
|
monthlyProductionReportVOs.add(new MonthlyProductionReportVO("summary_cl_tpny","透平凝液产量","t"));
|
|
- monthlyProductionReportVOs.add(new MonthlyProductionReportVO("summary_sl_yb","乙丙收率","t"));
|
|
|
|
- monthlyProductionReportVOs.add(new MonthlyProductionReportVO("summary_sl_sny","石脑油收率","t"));
|
|
|
|
- monthlyProductionReportVOs.add(new MonthlyProductionReportVO("summary_sl_c5_raff","C5 raff收率","t"));
|
|
|
|
- monthlyProductionReportVOs.add(new MonthlyProductionReportVO("summary_sl_yw","乙烷收率","t"));
|
|
|
|
- monthlyProductionReportVOs.add(new MonthlyProductionReportVO("summary_sl_jqtj","加氢碳九收率","t"));
|
|
|
|
- monthlyProductionReportVOs.add(new MonthlyProductionReportVO("summary_sl_yxjy","乙烯焦油收率","t"));
|
|
|
|
- monthlyProductionReportVOs.add(new MonthlyProductionReportVO("summary_sl_hhc4","混合C4收率","t"));
|
|
|
|
- monthlyProductionReportVOs.add(new MonthlyProductionReportVO("summary_sl_sb","三苯收率","t"));
|
|
|
|
- monthlyProductionReportVOs.add(new MonthlyProductionReportVO("summary_sl_ljtw","裂解碳五收率","t"));
|
|
|
|
- monthlyProductionReportVOs.add(new MonthlyProductionReportVO("summary_sl_ljtj","裂解碳九收率","t"));
|
|
|
|
- monthlyProductionReportVOs.add(new MonthlyProductionReportVO("summary_sl_ccsny","重整石脑油收率","t"));
|
|
|
|
- monthlyProductionReportVOs.add(new MonthlyProductionReportVO("summary_sl_zqzh","蒸汽综合收率","t"));
|
|
|
|
- monthlyProductionReportVOs.add(new MonthlyProductionReportVO("summary_sl_lqs","冷却水收率","t"));
|
|
|
|
- monthlyProductionReportVOs.add(new MonthlyProductionReportVO("summary_sl_d","电收率","t"));
|
|
|
|
- monthlyProductionReportVOs.add(new MonthlyProductionReportVO("summary_sl_rlq","燃料气收率","t"));
|
|
|
|
- monthlyProductionReportVOs.add(new MonthlyProductionReportVO("summary_sl_jzs","精制水收率","t"));
|
|
|
|
- monthlyProductionReportVOs.add(new MonthlyProductionReportVO("summary_sl_tpny","透平凝液收率","t"));
|
|
|
|
|
|
+ monthlyProductionReportVOs.add(new MonthlyProductionReportVO("summary_sl_yb","乙丙收率",""));
|
|
|
|
+ monthlyProductionReportVOs.add(new MonthlyProductionReportVO("summary_sl_sny","石脑油收率",""));
|
|
|
|
+ monthlyProductionReportVOs.add(new MonthlyProductionReportVO("summary_sl_c5_raff","C5 raff收率",""));
|
|
|
|
+ monthlyProductionReportVOs.add(new MonthlyProductionReportVO("summary_sl_yw","乙烷收率",""));
|
|
|
|
+ monthlyProductionReportVOs.add(new MonthlyProductionReportVO("summary_sl_jqtj","加氢碳九收率",""));
|
|
|
|
+ monthlyProductionReportVOs.add(new MonthlyProductionReportVO("summary_sl_yxjy","乙烯焦油收率",""));
|
|
|
|
+ monthlyProductionReportVOs.add(new MonthlyProductionReportVO("summary_sl_hhc4","混合C4收率",""));
|
|
|
|
+ monthlyProductionReportVOs.add(new MonthlyProductionReportVO("summary_sl_sb","三苯收率",""));
|
|
|
|
+ monthlyProductionReportVOs.add(new MonthlyProductionReportVO("summary_sl_ljtw","裂解碳五收率",""));
|
|
|
|
+ monthlyProductionReportVOs.add(new MonthlyProductionReportVO("summary_sl_ljtj","裂解碳九收率",""));
|
|
|
|
+ monthlyProductionReportVOs.add(new MonthlyProductionReportVO("summary_sl_ccsny","重整石脑油收率",""));
|
|
|
|
+ monthlyProductionReportVOs.add(new MonthlyProductionReportVO("summary_sl_zqzh","蒸汽综合收率",""));
|
|
|
|
+ monthlyProductionReportVOs.add(new MonthlyProductionReportVO("summary_sl_lqs","冷却水收率",""));
|
|
|
|
+ monthlyProductionReportVOs.add(new MonthlyProductionReportVO("summary_sl_d","电收率",""));
|
|
|
|
+ monthlyProductionReportVOs.add(new MonthlyProductionReportVO("summary_sl_rlq","燃料气收率",""));
|
|
|
|
+ monthlyProductionReportVOs.add(new MonthlyProductionReportVO("summary_sl_jzs","精制水收率",""));
|
|
|
|
+ monthlyProductionReportVOs.add(new MonthlyProductionReportVO("summary_sl_tpny","透平凝液收率",""));
|
|
// 遍历从数据库中查出的月报数据集合,结果为0~12条数据不等
|
|
// 遍历从数据库中查出的月报数据集合,结果为0~12条数据不等
|
|
for (int i = 0; i < tMonthlyProductionReports.size(); i++) {
|
|
for (int i = 0; i < tMonthlyProductionReports.size(); i++) {
|
|
TMonthlyProductionReport tMonthlyProductionReport = tMonthlyProductionReports.get(i);
|
|
TMonthlyProductionReport tMonthlyProductionReport = tMonthlyProductionReports.get(i);
|
|
@@ -3247,7 +3247,7 @@ public class TMonthlyProductionReportServiceImpl implements ITMonthlyProductionR
|
|
rowCount = this.setTableHearder(sheet, rowCount, "Plant Load", 3);
|
|
rowCount = this.setTableHearder(sheet, rowCount, "Plant Load", 3);
|
|
rowCount = this.setTableData(sheet, rowCount, plantLoad, 3);
|
|
rowCount = this.setTableData(sheet, rowCount, plantLoad, 3);
|
|
rowCount = this.setTableHearder(sheet, rowCount, "Cost Fr Ethylene", 1);
|
|
rowCount = this.setTableHearder(sheet, rowCount, "Cost Fr Ethylene", 1);
|
|
- rowCount = this.setTableData(sheet, rowCount, costFrEthylene, 1);
|
|
|
|
|
|
+ rowCount = this.setTableData(sheet, rowCount, costFrEthylene, 2);
|
|
rowCount = this.setTableHearder(sheet, rowCount, "Runing Rate", 3);
|
|
rowCount = this.setTableHearder(sheet, rowCount, "Runing Rate", 3);
|
|
rowCount = this.setTableData(sheet, rowCount, runingRate, 3);
|
|
rowCount = this.setTableData(sheet, rowCount, runingRate, 3);
|
|
rowCount = this.setTableHearder(sheet, rowCount, "Shoudown Hour", 1);
|
|
rowCount = this.setTableHearder(sheet, rowCount, "Shoudown Hour", 1);
|
|
@@ -3364,7 +3364,7 @@ public class TMonthlyProductionReportServiceImpl implements ITMonthlyProductionR
|
|
row0.getCell(0).setCellValue(header);
|
|
row0.getCell(0).setCellValue(header);
|
|
rowCount++;
|
|
rowCount++;
|
|
XSSFRow row1 = sheet.getRow(rowCount);
|
|
XSSFRow row1 = sheet.getRow(rowCount);
|
|
- row1.getCell(0).setCellValue("Title");
|
|
|
|
|
|
+ row1.getCell(0).setCellValue("");
|
|
row1.getCell(1).setCellValue("Unit");
|
|
row1.getCell(1).setCellValue("Unit");
|
|
row1.getCell(2).setCellValue("Currently");
|
|
row1.getCell(2).setCellValue("Currently");
|
|
row1.getCell(3).setCellValue("Jan");
|
|
row1.getCell(3).setCellValue("Jan");
|