deason 8 months ago
parent
commit
515420c71e

+ 1 - 1
src/main/java/com/qmth/exam/reserve/service/impl/AuthServiceImpl.java

@@ -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("登录账号或密码错误");