tangzy
2021-09-08 3d7363763bda7788fe5f8185750e47ff2cd462b2
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) + "。";