style(sa-base): 删除 SecurityLoginService 类中多余的分号,修正错别字“登陆”->“登录”

This commit is contained in:
CoderKK
2025-08-01 16:04:28 +08:00
parent 97df843072
commit d3ef935859
3 changed files with 4 additions and 5 deletions

View File

@@ -57,7 +57,7 @@ public class LoginController {
return ResponseDTO.ok(loginResult);
}
@Operation(summary = "退出登 @author 卓大")
@Operation(summary = "退出登 @author 卓大")
@GetMapping("/login/logout")
public ResponseDTO<String> logout() {
return loginService.logout(SmartRequestUtil.getRequestUser());

View File

@@ -129,7 +129,7 @@ public class LoginService implements StpInterface {
}
/**
* 员工登
* 员工登
*
* @return 返回用户登录信息
*/
@@ -270,7 +270,7 @@ public class LoginService implements StpInterface {
/**
* 根据登token 获取员请求工信息
* 根据登token 获取员请求工信息
*/
public RequestEmployee getLoginEmployee(String loginId, HttpServletRequest request) {
if (loginId == null) {