Compare commits
2 Commits
095d742043
...
a44cac589f
| Author | SHA1 | Date |
|---|---|---|
|
|
a44cac589f | |
|
|
0e21111c79 |
|
|
@ -605,7 +605,7 @@ public class EdFileInfoServiceImpl extends ServiceImpl<EdFileInfoMapper, EdFileI
|
||||||
String[] ids = dataIdArr.split(",");
|
String[] ids = dataIdArr.split(",");
|
||||||
Map<String, Boolean> map = permissionService.filterExportIds(ids);
|
Map<String, Boolean> map = permissionService.filterExportIds(ids);
|
||||||
if (map.containsValue(Boolean.FALSE)) {
|
if (map.containsValue(Boolean.FALSE)) {
|
||||||
throw new BizException(-1, "有未授权的层级接口,禁止导出");
|
throw new BizException(-1, "有未授权的层级目录,禁止导出");
|
||||||
}
|
}
|
||||||
Map<String, EdFileInfo> maps = new HashMap<>();
|
Map<String, EdFileInfo> maps = new HashMap<>();
|
||||||
for (String id : ids) {
|
for (String id : ids) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue