|
@@ -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);
|