添加修改排序方法

This commit is contained in:
sh
2026-06-26 19:30:44 +08:00
parent 84926f496d
commit cfff4b62c3
5 changed files with 28 additions and 1 deletions

View File

@@ -96,7 +96,7 @@ public class SysLoginService
public String login(String username, String password, String code, String uuid)
{
// 验证码校验
validateCaptcha(username, code, uuid);
// validateCaptcha(username, code, uuid);
// 登录前置校验
loginPreCheck(username, password);
// 用户验证