| | |
| | | BigDecimal mainGxjzqcs = resultCodeMap.get("main_gxjzqcs").getRealValue(); |
| | | e.setRealValue(mainGxjzqcs.divide(jtcl,2,BigDecimal.ROUND_HALF_UP)); |
| | | } |
| | | // 吨焦耗煤气 |
| | | if (e.getIndCode().equals("main_djhmq") && resultCodeMap.containsKey("main_glmqxh") && resultCodeMap.containsKey("main_jlmqxh")) { |
| | | // 高炉煤气消耗 |
| | | BigDecimal mainGlmqxh = resultCodeMap.get("main_glmqxh").getRealValue(); |
| | | // 焦炉煤气消耗 |
| | | BigDecimal mainJlmqxh = resultCodeMap.get("main_jlmqxh").getRealValue(); |
| | | e.setRealValue(mainGlmqxh.add(mainJlmqxh).divide(jtcl,2,BigDecimal.ROUND_HALF_UP)); |
| | | // 吨焦耗热量 |
| | | if (e.getIndCode().equals("main_djhmq")) { |
| | | // 焦化耗热量 |
| | | BigDecimal mainHrl = e.getRealValue(); |
| | | e.setRealValue(mainHrl.divide(jtcl,2,BigDecimal.ROUND_HALF_UP)); |
| | | } |
| | | // 吨焦耗蒸汽 |
| | | if (e.getIndCode().equals("main_djhzq") && resultCodeMap.containsKey("main_zqxh")) { |