fix(数据集): 修复用户在新建的数据集分组下面新建数据集报权限错误的问题

This commit is contained in:
wangjiahao 2022-09-13 18:19:53 +08:00
parent b0720c1c6f
commit 64755229e9

View File

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