Compare commits
No commits in common. "b4142e112d3c29a4a62346fc6e1631dc572c1d21" and "7dbc8b367d26bfb5dbccdadadbcc80a3a9339edc" have entirely different histories.
b4142e112d
...
7dbc8b367d
@ -1619,13 +1619,6 @@ public class EstimateService {
|
|||||||
if (estimateRequest.getSchDrawingFlg().indexOf("4") < 0) {
|
if (estimateRequest.getSchDrawingFlg().indexOf("4") < 0) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ("EXCEL2".equals(estimateRequest.getSchDownload())) {
|
|
||||||
workbook.removeSheetAt(workbook.getSheetIndex("特異事項"));
|
|
||||||
workbook.removeSheetAt(workbook.getSheetIndex("発電シミュレーション"));
|
|
||||||
workbook.removeSheetAt(workbook.getSheetIndex("割付図・系統図"));
|
|
||||||
workbook.removeSheetAt(workbook.getSheetIndex("架台図"));
|
|
||||||
}
|
|
||||||
|
|
||||||
ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream();
|
ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream();
|
||||||
workbook.write(byteArrayOutputStream);
|
workbook.write(byteArrayOutputStream);
|
||||||
excelBytes = byteArrayOutputStream.toByteArray();
|
excelBytes = byteArrayOutputStream.toByteArray();
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@ -755,9 +755,9 @@
|
|||||||
<td id="snowfall5"></td>
|
<td id="snowfall5"></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="col-15">モジュール容量</th>
|
<th class="col-15">設備容量</th>
|
||||||
<td class="col-12" id="totVolKw5"></td>
|
<td class="col-12" id="totVolKw5"></td>
|
||||||
<th class="col-15">認定容量</th>
|
<th class="col-15">認証容量</th>
|
||||||
<td class="col-12" id="certVolKw5"></td>
|
<td class="col-12" id="certVolKw5"></td>
|
||||||
<th class="col-15">風速条件</th>
|
<th class="col-15">風速条件</th>
|
||||||
<td id="standardWindSpeedName5"></td>
|
<td id="standardWindSpeedName5"></td>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user