refactor(图表): 变更图表导出配置名称

This commit is contained in:
wangjiahao 2024-12-20 16:35:02 +08:00 committed by 王嘉豪
parent ad07e3a344
commit eb1c7ef014

View File

@ -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) {