From eb1c7ef01408c56ef53b4e808cb1028d8c696d81 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Fri, 20 Dec 2024 16:35:02 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E5=9B=BE=E8=A1=A8):=20=E5=8F=98?= =?UTF-8?q?=E6=9B=B4=E5=9B=BE=E8=A1=A8=E5=AF=BC=E5=87=BA=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dataease/exportCenter/manage/ExportCenterLimitManage.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-backend/src/main/java/io/dataease/exportCenter/manage/ExportCenterLimitManage.java b/core/core-backend/src/main/java/io/dataease/exportCenter/manage/ExportCenterLimitManage.java index 9986ef17d6..54ba904384 100644 --- a/core/core-backend/src/main/java/io/dataease/exportCenter/manage/ExportCenterLimitManage.java +++ b/core/core-backend/src/main/java/io/dataease/exportCenter/manage/ExportCenterLimitManage.java @@ -10,7 +10,7 @@ public class ExportCenterLimitManage { @Value("${dataease.export.dataset.limit:100000}") private Long datasetLimit; - @Value("${dataease.export.view.limit:100000}") + @Value("${dataease.export.views.limit:100000}") private Long viewLimit; public Long getExportLimit(String type) {