deason 8 月之前
父節點
當前提交
515420c71e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/qmth/exam/reserve/service/impl/AuthServiceImpl.java

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