|
@@ -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++);
|
|
|
|