Skip to content

Commit

Permalink
boot api token update set login user details
Browse files Browse the repository at this point in the history
  • Loading branch information
vnobo committed Feb 23, 2024
1 parent 7b38b9c commit 268903d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public final class CriteriaUtils {
public static final Set<String> SKIP_CRITERIA_KEYS = Set.of("extend", "createdTime", "updatedTime");

public static String applyPage(Pageable pageable) {
return applySort(pageable.getSort(), null);
return applyPage(pageable, null);
}

public static String applyPage(Pageable pageable, String prefix) {
Expand Down
2 changes: 1 addition & 1 deletion boot/platform/src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ logging:
web: debug
com.platform.boot.*: debug
org.springframework.r2dbc: debug
io.r2dbc.postgresql.QUERY: debug
#io.r2dbc.postgresql.QUERY: debug
io.r2dbc.postgresql.PARAM: debug

server.port: 8080
Expand Down

0 comments on commit 268903d

Please sign in to comment.