Skip to content

Commit

Permalink
feat : a
Browse files Browse the repository at this point in the history
  • Loading branch information
qizhenxin committed Apr 12, 2024
1 parent 7676285 commit 9476ae2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public R<String> testLogin(@RequestParam("stuId") String stuId) {
User user = userService.lambdaQuery().eq(User::getId, 14).one();
return getStringR(sessionKey2, user);
}
return new R<>(ResultCode.SUCCESS, "");
return new R<>(ResultCode.FAILED, "");
}

private R<String> getStringR(String sessionKey, User user) {
Expand Down

0 comments on commit 9476ae2

Please sign in to comment.