Commit 84b09fa6 by 陶光胜

取数平台权限

parent db31feaf
...@@ -77,6 +77,9 @@ public class FlatQueryController { ...@@ -77,6 +77,9 @@ public class FlatQueryController {
tables.add(menuDTO.getMenuCode()); tables.add(menuDTO.getMenuCode());
} }
} }
if(CollectionUtils.isEmpty(tables)){
tables.add("-1");
}
return this.flatQueryTableService.queryFlatQueryTablePage(userId, fuzzy, pageNum, pageSize, tables); // 限定 10 个/分页 return this.flatQueryTableService.queryFlatQueryTablePage(userId, fuzzy, pageNum, pageSize, tables); // 限定 10 个/分页
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment