aix
2024-08-20 b1b0d6c0d21ea2b32df465e7ee164ad439d7c60c
skjcmanager/skjcmanager-service/skjcmanager-sm/src/main/java/cn/gistack/sm/sjztmd/word/vo/TbWordVO.java
@@ -697,7 +697,7 @@
            this.economicBenefit =
               StringUtil.format("水库为{}{}万人提供生活用水,年均供水量{}万m³。",
                  tbAttResEngBene.getSupplyObject(),
                  String.format("%.2f", StringUtil.isBlank(tbAttResEngBene.getSupplyPopulation())?"":Double.parseDouble(tbAttResEngBene.getSupplyPopulation())),
                  StringUtil.isBlank(tbAttResEngBene.getSupplyPopulation())?"":String.format("%.2f", Double.parseDouble(tbAttResEngBene.getSupplyPopulation())),
                  tbAttResEngBene.getMoyearSupplyAvg());
         }
      }