From b644f4b6811ed3d5b8fe7ba80b50fbe0e85a495d Mon Sep 17 00:00:00 2001 From: "java_cuibaocheng@163.com" Date: Tue, 2 Jan 2024 10:39:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=8F=A3=E5=9F=BA=E6=9C=AC=E4=BF=A1?= =?UTF-8?q?=E6=81=AF-=20=E6=94=BE=E5=BC=80=E4=BA=BA=E5=8F=A3=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E8=84=B1=E6=95=8F=E5=90=8E=E6=95=B0=E6=8D=AE=E7=9A=84?= =?UTF-8?q?=E5=88=86=E9=A1=B5=E5=AF=BC=E5=87=BAExcel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/cm/population/utils/AreaUtils.java | 4 ++-- src/main/resources/templates/populationinfo/list-creator.html | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/cm/population/utils/AreaUtils.java b/src/main/java/com/cm/population/utils/AreaUtils.java index db5844b..4f099f3 100644 --- a/src/main/java/com/cm/population/utils/AreaUtils.java +++ b/src/main/java/com/cm/population/utils/AreaUtils.java @@ -33,7 +33,7 @@ public class AreaUtils { public void init() { new Thread(() -> { PopulationInfoStaticService = PopulationInfoService; - /* initArea0(); + initArea0(); initArea1(); initArea2(); initArea3(); @@ -42,7 +42,7 @@ public class AreaUtils { aree.put(1, area1); aree.put(2, area2); aree.put(3, area3); - aree.put(4, area4);*/ + aree.put(4, area4); }).start(); } diff --git a/src/main/resources/templates/populationinfo/list-creator.html b/src/main/resources/templates/populationinfo/list-creator.html index 6bd478c..fb065fd 100644 --- a/src/main/resources/templates/populationinfo/list-creator.html +++ b/src/main/resources/templates/populationinfo/list-creator.html @@ -358,7 +358,6 @@ height: $win.height() - 90, limit: 20, limits: [20, 40, 60, 80, 100, 200], - defaultToolbar: [], toolbar: '#headerToolBar', request: { pageName: 'page',