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