瀏覽代碼

1、注释面试时间段判断

rayson 3 月之前
父節點
當前提交
af281db7e4

+ 4 - 4
menduner/menduner-system-biz/src/main/java/com/citu/module/menduner/system/service/interview/InterviewInviteServiceImpl.java

@@ -294,10 +294,10 @@ public class InterviewInviteServiceImpl implements InterviewInviteService {
         if (LocalDateTime.now().isAfter(reqVO.getTime())) {
             throw exception(INTERVIEW_INVITE_TIME_LESS_THAN_NOW);
         }
-        if (mapper.checkExistsTime(reqVO.getId(), enterpriseId, userId, reqVO.getJobId(), reqVO.getTime())) {
-            // 该时间段已有其他面试者预约
-            throw exception(INTERVIEW_INVITE_TIME_OVERLAP);
-        }
+//        if (mapper.checkExistsTime(reqVO.getId(), enterpriseId, userId, reqVO.getJobId(), reqVO.getTime())) {
+//            // 该时间段已有其他面试者预约
+//            throw exception(INTERVIEW_INVITE_TIME_OVERLAP);
+//        }
 
         if (!isMobile(reqVO.getInvitePhone())) {
             throw exception(INTERVIEW_INVITE_INVITE_PHONE_FORMAT_ERROR);