完成调查问卷1的导入等部分功能

This commit is contained in:
2025-07-11 17:36:22 +08:00
parent a5de881f9d
commit 516808a3c2
12 changed files with 412 additions and 13 deletions

View File

@ -64,7 +64,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);
// 用户验证