fix: 回退

This commit is contained in:
junjie 2021-07-22 19:34:16 +08:00
parent d45916181c
commit b2c45730f9

View File

@ -181,7 +181,7 @@ public class ChartViewService {
}
// 获取数据集,需校验权限
DatasetTable table = dataSetTableService.getWithPermission(view.getTableId());
DatasetTable table = dataSetTableService.get(view.getTableId());
if (ObjectUtils.isEmpty(table)) {
throw new RuntimeException(Translator.get("i18n_dataset_delete_or_no_permission"));
}