mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 11:32:57 +08:00
refactor(图表): 变更图表导出配置名称
This commit is contained in:
parent
ad07e3a344
commit
eb1c7ef014
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user