Skip to content

Commit

Permalink
fix: Table access level property name on Smart Browse. (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinBetanc0urt authored Nov 22, 2024
1 parent 96c0cd3 commit c171a01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public DictionaryDocument withEntity(PO entity) {
tableDetil.put("id", table.getUUID());
tableDetil.put("uuid", table.getUUID());
tableDetil.put("table_name", table.getTableName());
tableDetil.put("access_table_namelevel", table.getAccessLevel());
tableDetil.put("access_level", table.getAccessLevel());
List<String> keyColumnsList = Arrays.asList(
table.getKeyColumns()
);
Expand Down

0 comments on commit c171a01

Please sign in to comment.