gushoubang 3 днів тому
батько
коміт
ed0406fceb

+ 1 - 1
onemap-modules/onemap-analyse/src/main/java/com/onemap/analyse/service/impl/ReportServiceImpl.java

@@ -220,7 +220,7 @@ public class ReportServiceImpl implements IReportService {
 
             // TODO 二、选址范围分析
             NpoiHelper.catalog(document, "二、选址范围分析", pos++);
-            String fwfx = "\t根据指定选址分析得出,所选范围共" + NumberUtil.double2TwoDecimal(UnitsUtil.m2ToMu(geomRes.getArea())) + "亩,其中";
+            String fwfx = "\t根据指定选址分析得出,所选范围共" + NumberUtil.double2TwoDecimal(UnitsUtil.m2ToMu(geomRes.getArea())) + "亩,";
             fwfx = fwfx.substring(0, fwfx.length() - 1) + "。详情如下:";
             NpoiHelper.content(document, fwfx, pos++);