|
@@ -125,7 +125,7 @@ public class AuthServiceImpl implements AuthorizationService<LoginUser>, AuthSer
|
|
|
throw new StatusException("尚未开启预约任务");
|
|
|
}
|
|
|
|
|
|
- log.info("[STUDENT_LOGIN] verifying... account:{} orgId:{}", req.getAccount(), req.getOrgId());
|
|
|
+ log.info("[STUDENT_LOGIN] verifying... account:{} orgId:{} applyTaskId:{}", req.getAccount(), req.getOrgId(), curApplyTask.getTaskId());
|
|
|
StudentEntity student = studentService.findByStudentCode(curApplyTask.getTaskId(), req.getAccount());
|
|
|
if (student == null) {
|
|
|
throw new StatusException("登录账号或密码错误");
|