src/main/java/org/springblade/modules/regionWeight/controller/RegionWeightController.java
@@ -632,7 +632,7 @@ }); for (int c = 0; c < listc.size(); c++) { if (c < 3) { text += listc.get(c).get("region").toString() + ":" + listc.get(c).get("dyp") + "(mm),"; text += listc.get(c).get("region").toString() + ":" + listc.get(c).get("dyp") + "(毫米),"; } } String a = "流域前三的为:" + text.substring(0, text.length() - 1) + "。";