| | |
| | | BigDecimal mainJlmqxh = resultCodeMap.get("main_jlmqxh").getRealValue(); |
| | | e.setRealValue(mainGlmqxh.add(mainJlmqxh).divide(jtcl,2,BigDecimal.ROUND_HALF_UP)); |
| | | } |
| | | // 吨焦耗蒸汽 |
| | | if (e.getIndCode().equals("main_djhzq") && resultCodeMap.containsKey("main_zqxh")) { |
| | | // 干熄焦蒸汽产生 |
| | | BigDecimal mainZqxh = resultCodeMap.get("main_zqxh").getRealValue(); |
| | | e.setRealValue(mainZqxh.divide(jtcl,2,BigDecimal.ROUND_HALF_UP)); |
| | | } |
| | | // 吨焦耗电 |
| | | if (e.getIndCode().equals("main_djhd") && resultCodeMap.containsKey("main_dlxh")) { |
| | | // 干熄焦蒸汽产生 |
| | | BigDecimal mainDlxh = resultCodeMap.get("main_dlxh").getRealValue(); |
| | | e.setRealValue(mainDlxh.divide(jtcl,2,BigDecimal.ROUND_HALF_UP)); |
| | | } |
| | | |
| | | }); |
| | | } |
| | | } |