mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 12:03:05 +08:00
fix(数据集): 修复用户在新建的数据集分组下面新建数据集报权限错误的问题
This commit is contained in:
parent
b0720c1c6f
commit
64755229e9
@ -46,7 +46,7 @@ public class DataSetGroupService {
|
||||
@Resource
|
||||
private SysAuthService sysAuthService;
|
||||
|
||||
// @DeCleaner(value = DePermissionType.DATASET, key = "pid")
|
||||
@DeCleaner(value = DePermissionType.DATASET, key = "pid")
|
||||
public DataSetGroupDTO save(DatasetGroup datasetGroup) throws Exception {
|
||||
checkName(datasetGroup);
|
||||
if (StringUtils.isEmpty(datasetGroup.getId())) {
|
||||
|
Loading…
Reference in New Issue
Block a user